2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-05-12 02:02:59 +00:00

Fix GH Link in links.tsx ()

This commit is contained in:
Alexis Vézina 2024-10-15 16:27:06 -04:00 committed by GitHub
parent 61ca68090a
commit d59994ea75
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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'
},