diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index a1f4217..8f372be 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -16,8 +16,8 @@ function Footer() { {t('nav.home')} {t('nav.servers')} {t('nav.blog')} - {t('nav.git')} - {t('nav.forum')} + {t('nav.git')} + {t('nav.forum')} {t('nav.friends')}
diff --git a/src/components/Nav.tsx b/src/components/Nav.tsx index 87f8635..eda0b02 100644 --- a/src/components/Nav.tsx +++ b/src/components/Nav.tsx @@ -19,10 +19,10 @@ function Nav({ currentPage }: NavProps) {
- {t('nav.home')} + {t('nav.home')} {t('nav.servers')} {t('nav.blog')} - {t('nav.git')} + {t('nav.git')} {t('nav.forum')} {t('nav.friends')}