From 3e0f6587ae2ea60dab026d327bc9fa14296b9491 Mon Sep 17 00:00:00 2001 From: Praveen Kumar Date: Mon, 29 Jan 2024 17:27:55 +0530 Subject: [PATCH] Deploy --- src/App.jsx | 2 +- src/Components/Navbar.jsx | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/App.jsx b/src/App.jsx index 25c4a08..d7954a0 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -32,7 +32,7 @@ function App() { const router = createBrowserRouter( createRoutesFromElements( - }> + }> } /> } /> } /> diff --git a/src/Components/Navbar.jsx b/src/Components/Navbar.jsx index 8629bb3..2b829d1 100644 --- a/src/Components/Navbar.jsx +++ b/src/Components/Navbar.jsx @@ -3,11 +3,11 @@ import styles from './Navbar.module.css'; function Navbar() { return (