feat: Adds alternative link to service entry
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:
parent
f4c4b4aece
commit
690386628a
1 changed files with 7 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue