diff --git a/src/components/Navbar.tsx b/src/components/Navbar.tsx
index 8e17ae6..7c68a4d 100644
--- a/src/components/Navbar.tsx
+++ b/src/components/Navbar.tsx
@@ -21,11 +21,10 @@ export default function Navbar({ variant = "fixed" }: Props) {
const MiddleSection = () => {
const authenticatedLinks = (
<>
- Tableau de bord
+ Accueil
Profil
Carte
Statistiques
-
>
);
@@ -68,7 +67,8 @@ export default function Navbar({ variant = "fixed" }: Props) {
backdropFilter={"auto"}
backdropBlur={"20px"}
px={10}
- py={2}>
+ py={2}
+ >