fix(Tableau de bord --> acceuil): Tableau de bord --> acceuil

This commit is contained in:
Laurian-Dufrechou
2023-05-22 17:23:08 +02:00
parent 30178b807c
commit 3005257de6
+3 -3
View File
@@ -21,11 +21,10 @@ export default function Navbar({ variant = "fixed" }: Props) {
const MiddleSection = () => { const MiddleSection = () => {
const authenticatedLinks = ( const authenticatedLinks = (
<> <>
<Link href={"/dashboard"}>Tableau de bord</Link> <Link href={"/dashboard"}>Accueil</Link>
<Link href={"/profile"}>Profil</Link> <Link href={"/profile"}>Profil</Link>
<Link href={"/map"}>Carte</Link> <Link href={"/map"}>Carte</Link>
<Link href={"/graphique"}>Statistiques</Link> <Link href={"/graphique"}>Statistiques</Link>
</> </>
); );
@@ -68,7 +67,8 @@ export default function Navbar({ variant = "fixed" }: Props) {
backdropFilter={"auto"} backdropFilter={"auto"}
backdropBlur={"20px"} backdropBlur={"20px"}
px={10} px={10}
py={2}> py={2}
>
<Flex align={"center"}> <Flex align={"center"}>
<Box flexBasis={"100%"}> <Box flexBasis={"100%"}>
<Image src={"/logo.svg"} h={"3rem"} objectFit={"contain"} /> <Image src={"/logo.svg"} h={"3rem"} objectFit={"contain"} />