From aea3b5e1e19950fd252911f7e3c4a7adb2412788 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Yusuf=20Akg=C3=BCl?= <s86116@bht-berlin.de>
Date: Wed, 28 Jun 2023 18:45:43 +0200
Subject: [PATCH] added link to home

---
 components/header.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/header.tsx b/components/header.tsx
index cdf1c8c..03a591e 100644
--- a/components/header.tsx
+++ b/components/header.tsx
@@ -7,7 +7,7 @@ import { GameUnityLogo } from "./logo"
 export function MainNav() {
     return (
         <div className="flex gap-6 md:gap-10">
-            <Link href="/" className="items-center space-x-2 flex">
+            <Link href="/home" className="items-center space-x-2 flex">
                 <GameUnityLogo className="h-8 w-8" />
             </Link>
         </div>
-- 
GitLab