diff --git a/src/Components/Organisms/Sidebar/Sidebar.jsx b/src/Components/Organisms/Sidebar/Sidebar.jsx index 6c8f977..bad2a05 100644 --- a/src/Components/Organisms/Sidebar/Sidebar.jsx +++ b/src/Components/Organisms/Sidebar/Sidebar.jsx @@ -10,13 +10,12 @@ function Sidebar() {
logo
- - - - + + + diff --git a/src/Pages/Dashboard/Dashboard.jsx b/src/Pages/Dashboard/Dashboard.jsx index ff545df..7dcd8ef 100644 --- a/src/Pages/Dashboard/Dashboard.jsx +++ b/src/Pages/Dashboard/Dashboard.jsx @@ -14,7 +14,7 @@ function Dashboard() { {/* making the dashboard as the default route */} - {pathname === '/' && } + {pathname === '/' && }
diff --git a/src/Pages/Templates/CreateFirstTeam.jsx b/src/Pages/Templates/CreateFirstTeam.jsx index 959c81d..e1196f2 100644 --- a/src/Pages/Templates/CreateFirstTeam.jsx +++ b/src/Pages/Templates/CreateFirstTeam.jsx @@ -34,7 +34,7 @@ function CreateFirstTeam() {

- +