diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index c9c9e10..a1f4217 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -1,4 +1,5 @@ import { useTranslation } from 'react-i18next' +import { Link } from 'react-router-dom' function Footer() { const { t } = useTranslation() @@ -12,12 +13,12 @@ function Footer() {

{t('footer.quickLinks')}

- {t('nav.home')} - {t('nav.servers')} - {t('nav.blog')} + {t('nav.home')} + {t('nav.servers')} + {t('nav.blog')} {t('nav.git')} {t('nav.forum')} - {t('nav.friends')} + {t('nav.friends')}

{t('footer.communityLinks')}