From ef9e23338ba1c5fab3dd0d716c5544d74d8e18ec Mon Sep 17 00:00:00 2001 From: Nathaniel Tampus Date: Mon, 6 Mar 2023 13:21:29 +0800 Subject: [PATCH] restore link in navbar and separate badge dropdown --- client/src/components/Navbar.tsx | 54 +++++++++++++++++--------------- 1 file changed, 29 insertions(+), 25 deletions(-) diff --git a/client/src/components/Navbar.tsx b/client/src/components/Navbar.tsx index 05056a7..0375020 100644 --- a/client/src/components/Navbar.tsx +++ b/client/src/components/Navbar.tsx @@ -1,36 +1,40 @@ import { IconUser, IconSun, IconMoon } from "@tabler/icons-react"; +import Link from "next/link"; export default function Navbar() { return (
-
- +
+ chessu -
- -
-
-

- This project is a work in progress. You can view the roadmap{" "} - - here - - . -

-
+ +
+ +
+
+

+ This project is a work in progress. You can view the roadmap{" "} + + here + + . +

- +