diff --git a/src/types/FooterCategories.js b/src/types/FooterCategories.js index 7fa7970..eeae2d0 100644 --- a/src/types/FooterCategories.js +++ b/src/types/FooterCategories.js @@ -1,5 +1,5 @@ export const FooterCategories = [ - { href: 'https://github.com/ArturShmidt/gadjets_e-store', label: 'Github' }, + { href: 'https://github.com/Teaam-3/gadjets_e-store', label: 'Github' }, { href: '/contacts', label: 'Contacts' }, { href: '/rights', label: 'Rights' }, ];