From 53267091a06813faba8d750dfcfb1fc6cc81e7e8 Mon Sep 17 00:00:00 2001 From: oorjagandhi Date: Sat, 13 Jul 2024 12:52:01 +1200 Subject: [PATCH] Redesigned nav --- web/package.json | 4 + web/src/components/NavBar.tsx | 23 +- web/tailwind.config.js | 2 +- web/yarn.lock | 579 +++++++++++++++++++++++++++++++++- 4 files changed, 591 insertions(+), 17 deletions(-) diff --git a/web/package.json b/web/package.json index c86a970..7d19d4b 100644 --- a/web/package.json +++ b/web/package.json @@ -10,6 +10,10 @@ "preview": "vite preview" }, "dependencies": { + "@emotion/react": "^11.11.4", + "@emotion/styled": "^11.11.5", + "@mui/icons-material": "^5.16.1", + "@mui/material": "^5.16.1", "@tanstack/react-query": "^5.18.1", "@types/react-router": "^5.1.20", "@types/react-router-dom": "^5.3.3", diff --git a/web/src/components/NavBar.tsx b/web/src/components/NavBar.tsx index e695ba0..d286b70 100644 --- a/web/src/components/NavBar.tsx +++ b/web/src/components/NavBar.tsx @@ -1,20 +1,19 @@ import { Link } from "react-router-dom"; +import AccountCircleIcon from '@mui/icons-material/AccountCircle'; export default function NavBar() { return ( -
-