diff --git a/public/index.html b/public/index.html
index 27eb29d..2a092ef 100644
--- a/public/index.html
+++ b/public/index.html
@@ -11,7 +11,7 @@
/>
JTT CrM
-
+
diff --git a/src/App.js b/src/App.js
index f42b40e..f2647b4 100644
--- a/src/App.js
+++ b/src/App.js
@@ -1,13 +1,13 @@
import React from 'react';
import { BrowserRouter, Routes, Route } from 'react-router-dom';
-import Connexion from './pages/Connexion';
-/*import Admin from './pages/Admin.js';*/
+// import Connexion from './pages/Connexion';
+import Admin from './pages/Admin.js';
const App = () => {
return (
- } />
+ } />
);
diff --git a/src/pages/Admin.js b/src/pages/Admin.js
index a44b166..2dc0f21 100644
--- a/src/pages/Admin.js
+++ b/src/pages/Admin.js
@@ -5,8 +5,9 @@ const Admin = () => {
return (
{/* Create a admin page */}
-
-
![]()
+
+ nav_bar
+
);
diff --git a/src/styles/components/_admin.scss b/src/styles/components/_admin.scss
index 418578a..0773166 100644
--- a/src/styles/components/_admin.scss
+++ b/src/styles/components/_admin.scss
@@ -4,11 +4,11 @@
.nav_bar_verticale {
display: flex;
- flex-direction: column;
-
- .logo {
- width: 100px;
- height: 100px;
- }
+ width: 150px;
+ height: 753px;
+ background-color: pink;
}
+
+
+
}
\ No newline at end of file