set GH link as primary secondary link

This commit is contained in:
Violet Caulfield
2025-12-03 14:48:52 -06:00
parent a6cedb0aeb
commit 26b393b5f6
+5 -5
View File
@@ -1016,15 +1016,15 @@ const thirdPartyClients: Array<Client> = [
}
],
secondaryLinks: [
{
id: 'website',
name: 'Website',
url: 'https://jellify.app'
},
{
id: 'github',
name: 'GitHub',
url: 'https://github.com/Jellify-Music/App'
},
{
id: 'website',
name: 'Website',
url: 'https://jellify.app'
}
]
}