diff --git a/src/app/community/page.tsx b/src/app/community/page.tsx index 694a3c4..9f9baca 100644 --- a/src/app/community/page.tsx +++ b/src/app/community/page.tsx @@ -20,8 +20,7 @@ export default function CommunityPage() { const footerColumns = [ { - title: "Platform", - items: [ + title: "Platform", items: [ { label: "Home", href: "/" }, { label: "Tournaments", href: "/" }, { label: "Leaderboard", href: "/" }, @@ -29,8 +28,7 @@ export default function CommunityPage() { ], }, { - title: "Community", - items: [ + title: "Community", items: [ { label: "Discord", href: "https://discord.com" }, { label: "Twitter", href: "https://twitter.com" }, { label: "Twitch", href: "https://twitch.tv" }, @@ -38,8 +36,7 @@ export default function CommunityPage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Rules & Guidelines", href: "/" }, { label: "Support", href: "/" }, { label: "Blog", href: "/" }, @@ -47,8 +44,7 @@ export default function CommunityPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "/" }, { label: "Terms of Service", href: "/" }, { label: "Cookie Policy", href: "/" }, @@ -59,16 +55,16 @@ export default function CommunityPage() { return (