diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index 318408f..1cc4288 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -15,7 +15,7 @@ const navbar = (
logo={
}
// ... Your additional navbar options
- projectLink='https://github.com/atiswd/boxicons'
+ projectLink='https://github.com/atisawd/boxicons'
chatLink="https://discord.gg/ZhWjGfzM"
/>
@@ -56,4 +56,4 @@ export default async function RootLayout({ children }:{children: React.ReactNode