From 904ff324bbd13c0ac58dd898ca572819c32014bd Mon Sep 17 00:00:00 2001 From: cialloo Date: Sat, 4 Oct 2025 18:38:11 +0800 Subject: [PATCH] Refactor Footer component to reorganize quick links and community links sections --- src/components/Footer.tsx | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 8f372be..3cf16ec 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -15,17 +15,13 @@ function Footer() {

{t('footer.quickLinks')}

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

{t('footer.communityLinks')}

- {t('footer.discord')} - {t('footer.steamGroup')} - {t('footer.tournaments')} - {t('footer.support')} + {t('nav.blog')} + {t('nav.forum')} + {t('nav.friends')}

{t('footer.legal')}