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() {