From 261e1a58af06dd526d3f483e2d7a2a56af9cd155 Mon Sep 17 00:00:00 2001 From: RickyRAV <101335214+RickyRAV@users.noreply.github.com> Date: Tue, 1 Jul 2025 17:02:46 +0200 Subject: [PATCH] alt of logo --- apps/web/src/components/footer.tsx | 4 ++-- apps/web/src/components/social-links.tsx | 8 ++------ bun.lockb | Bin 478360 -> 542208 bytes 3 files changed, 4 insertions(+), 8 deletions(-) diff --git a/apps/web/src/components/footer.tsx b/apps/web/src/components/footer.tsx index 5c6ea509..9b89c31d 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 8937a45f..5376b482 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 (