Fix GH Link in links.tsx (#8292)

This commit is contained in:
Alexis Vézina
2024-10-16 07:27:06 +11:00
committed by GitHub
parent 61ca68090a
commit d59994ea75
+1 -1
View File
@@ -13,7 +13,7 @@ export const footerLinks = [
key: 'website'
},
{
link: 'https://github.com/invenhost/InvenTree',
link: 'https://github.com/inventree/InvenTree',
label: <Trans>GitHub</Trans>,
key: 'github'
},