diff --git a/apps/web/src/components/footer.tsx b/apps/web/src/components/footer.tsx index 5c6ea50..9b89c31 100644 --- a/apps/web/src/components/footer.tsx +++ b/apps/web/src/components/footer.tsx @@ -11,7 +11,7 @@ const navigation = [ { title: "Features", links: [ - { name: "Dashboard", href: ROUTES.HOME}, + { name: "Dashboard", href: ROUTES.HOME }, { name: "Singleplayer", href: ROUTES.SINGLEPLAYER }, { name: "Multiplayer", href: ROUTES.MULTIPLAYER }, ], @@ -44,7 +44,7 @@ export function Footer() { IntelliQ diff --git a/apps/web/src/components/social-links.tsx b/apps/web/src/components/social-links.tsx index 8937a45..5376b48 100644 --- a/apps/web/src/components/social-links.tsx +++ b/apps/web/src/components/social-links.tsx @@ -6,11 +6,7 @@ export function SocialLinks() { return (