fix(services): avoid duplicate entry for Overleaf
All checks were successful
Build and Deploy Static Site / build (push) Successful in 1m0s

Moved the Overleaf service entry to correct its position in the list, avoiding redundant entries. This maintains the integrity and accuracy of the services data.
This commit is contained in:
Kumi 2024-08-03 18:49:33 +02:00
parent eaadc59893
commit 62a07c6bf2
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -105,6 +105,23 @@
"exclude_from_index": false,
"exclude_from_simple": false
},
{
"name": "Overleaf",
"url": "https://overleaf.private.coffee",
"homemade": false,
"short_description": "Overleaf is an online LaTeX editor for writing and sharing documents.",
"long_description": "Overleaf is an online LaTeX editor for writing and sharing documents. It allows you to write documents in LaTeX, and to collaborate with others.",
"status": "OK",
"links": [
{
"name": "Go to Overleaf",
"url": "https://overleaf.private.coffee"
}
],
"icon": "leaf",
"exclude_from_index": false,
"exclude_from_simple": false
},
{
"name": "Mastodon",
"url": "https://cuddly.space",
@ -517,23 +534,6 @@
"exclude_from_index": false,
"exclude_from_simple": false
},
{
"name": "Overleaf",
"url": "https://overleaf.private.coffee",
"homemade": false,
"short_description": "Overleaf is an online LaTeX editor for writing and sharing documents.",
"long_description": "Overleaf is an online LaTeX editor for writing and sharing documents. It allows you to write documents in LaTeX, and to collaborate with others.",
"status": "OK",
"links": [
{
"name": "Go to Overleaf",
"url": "https://overleaf.private.coffee"
}
],
"icon": "leaf",
"exclude_from_index": false,
"exclude_from_simple": false
},
{
"name": "GotHub",
"url": "https://gothub.private.coffee",