Darius BERTRAND 2 years ago
parent eb3240ff4a
commit bee0021ffa

@ -1,6 +1,3 @@
import React from 'react';
import { NavLink } from "react-router-dom";
import React, { useState } from 'react'; import React, { useState } from 'react';
import { useSelector } from 'react-redux'; import { useSelector } from 'react-redux';
/*import PolitiqueDeConfidentialite from '../components/'; /*import PolitiqueDeConfidentialite from '../components/';

@ -75,7 +75,7 @@ const Navbar = () => {
}) })
.then(() => removeCookie('jwt')) .then(() => removeCookie('jwt'))
.catch((err) => console.log(err)); .catch((err) => console.log(err));
window.location = "/HomeNavigation"; window.location = "/";
} }

@ -24,4 +24,4 @@ const Notif = ({message} ) => {
); );
}; };
export default Notif; export default Notif;

@ -176,7 +176,7 @@ input{
@include object-center; @include object-center;
background-color: rgba(0,0,0,.8); background-color: rgba(0,0,0,.8);
z-index: 10; z-index: 10;
color: rgba(255,255,255); color: rgb(255,255,255);
transition: background-color .2s ease-in-out; transition: background-color .2s ease-in-out;
border-radius: 20px; border-radius: 20px;
margin-bottom: 0; margin-bottom: 0;

@ -5,7 +5,7 @@
--navbar-icon-color:#646c79; --navbar-icon-color:#646c79;
--navbar-text-color:black; --navbar-text-color:black;
--navbar-transition-speed: .2s; --navbar-transition-speed: .2s;
--primary-color:#7C4DFF; --primary-color:$color-8;
--navbar-logo-background-color:#e2dfe4; --navbar-logo-background-color:#e2dfe4;
} }

Loading…
Cancel
Save