-
-
+
+
+
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+ {Content.children}
+
-
-
>
)
diff --git a/frontend/code/src/components/Login/index.tsx b/frontend/code/src/components/Login/index.tsx
index c7a915d..fe6864a 100644
--- a/frontend/code/src/components/Login/index.tsx
+++ b/frontend/code/src/components/Login/index.tsx
@@ -11,7 +11,7 @@ export const Login = () =>
-
+
diff --git a/frontend/code/src/index.css b/frontend/code/src/index.css
index e212ffa..8d3f436 100644
--- a/frontend/code/src/index.css
+++ b/frontend/code/src/index.css
@@ -3,3 +3,4 @@
@tailwind utilities;
@import url('https://fonts.googleapis.com/css2?family=Lexend+Peta:wght@400;700&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
+@import url('https://fonts.googleapis.com/css2?family=Lexend+Peta:wght@400;700&family=Montserrat:wght@700&display=swap');
diff --git a/frontend/code/src/index.tsx b/frontend/code/src/index.tsx
index acfe1c2..1d3d132 100644
--- a/frontend/code/src/index.tsx
+++ b/frontend/code/src/index.tsx
@@ -4,10 +4,10 @@ import './index.css';
import {Login} from './components/Login'
import {Main} from './components/Login/main'
import {Lobby} from './components/Lobby/index'
-import {Layout} from './components/Layout/index'
import {Error} from './components/404/index'
import reportWebVitals from './reportWebVitals';
import { BrowserRouter, Routes, Route } from "react-router-dom";
+import { Home } from './components/Home';
const root = ReactDOM.createRoot(
document.getElementById('root') as HTMLElement
@@ -19,7 +19,7 @@ root.render(
}>
}>
}>
-
}>
+
}>
}>
diff --git a/frontend/code/tailwind.config.js b/frontend/code/tailwind.config.js
index c0a9fc9..ba08f8d 100644
--- a/frontend/code/tailwind.config.js
+++ b/frontend/code/tailwind.config.js
@@ -9,10 +9,12 @@ module.exports = {
fontFamily: {
poppins: ['Poppins', 'sans-serif'],
lexend: ['Lexend Peta', 'sans-serif'],
+ montserrat : ['Montserrat', 'sans-serif']
},
backgroundImage: {
'login': "url('./components/Login/Assets/bg.gif')",
'gif-error': "url('./components/404/assest/Error.gif')",
+
},
},
@@ -31,7 +33,7 @@ module.exports = {
"primary-content" :"#5921CB",
- "secondary": "#272932",
+ "secondary": "#6A4CFC",
"accent": "#aedd1f",