fix: Removes Tor alternative from Element
All checks were successful
Build and Deploy Static Site (Pride Theme) / build (push) Successful in 1m37s
Build and Deploy Static Site / build (push) Successful in 1m52s

Eliminates the Tor alternative URL for the "Go to Element"
service in the JSON data file.

This simplifies service configuration by only retaining
the primary URL, potentially reducing confusion or
maintenance overhead.
This commit is contained in:
Kumi 2024-11-26 08:35:02 +01:00
parent 71d806884c
commit f4c4b4aece
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -22,13 +22,7 @@
},
{
"name": "Go to Element",
"url": "https://element.private.coffee",
"alternatives": [
{
"name": "Tor",
"url": "http://element.coffee2m3bjsrrqqycx6ghkxrnejl2q6nl7pjw2j4clchjj6uk5zozad.onion"
}
]
"url": "https://element.private.coffee"
},
{
"name": "Go to Hydrogen",