feat: Adds alternative link to service entry
All checks were successful
Build and Deploy Static Site (Pride Theme) / build (push) Successful in 2m43s
Build and Deploy Static Site / build (push) Successful in 2m3s

Enhances the existing service entry by including an
alternative link to the source code repository, providing
users with access to the project's development resources.

This improves transparency and enables contributions from
the community.
This commit is contained in:
Kumi 2024-11-30 20:18:05 +01:00
parent f4c4b4aece
commit 690386628a
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -22,7 +22,13 @@
},
{
"name": "Go to Element",
"url": "https://element.private.coffee"
"url": "https://element.private.coffee",
"alternatives": [
{
"name": "Fork Source Code",
"url": "https://git.private.coffee/PrivateCoffee/element-web"
}
]
},
{
"name": "Go to Hydrogen",