From 8c5c3a0501a8e90cf862c4736f725e6041ed7dfc Mon Sep 17 00:00:00 2001
From: Nathaniel Tampus
Date: Sun, 19 Feb 2023 19:40:40 +0800
Subject: [PATCH] navbar and footer design
---
client/src/app/layout.tsx | 106 ++++++++++++++++++++++----------------
1 file changed, 63 insertions(+), 43 deletions(-)
diff --git a/client/src/app/layout.tsx b/client/src/app/layout.tsx
index f4fa6ab..5345dd9 100644
--- a/client/src/app/layout.tsx
+++ b/client/src/app/layout.tsx
@@ -1,55 +1,75 @@
import "./globals.css";
+import { IconUser, IconSun, IconMoon, IconBrandGithub } from "@tabler/icons-react";
+import Link from "next/link";
export default function RootLayout({ children }: { children: React.ReactNode }) {
return (
-
-
-
-
-