+
✦
Peaksys
✦
{/* Description */}
-
+
Transformez votre apprentissage en aventure. Participez aux ateliers,
défiez-vous sur les katas, partagez vos connaissances lors des
présentations et progressez dans votre parcours tech. Gagnez de
diff --git a/components/navigation/Navigation.tsx b/components/navigation/Navigation.tsx
index 9a8d0de..323ff0c 100644
--- a/components/navigation/Navigation.tsx
+++ b/components/navigation/Navigation.tsx
@@ -5,7 +5,7 @@ import { useSession, signOut } from "next-auth/react";
import { useState } from "react";
import { usePathname } from "next/navigation";
import PlayerStats from "@/components/profile/PlayerStats";
-import { Button } from "@/components/ui";
+import { Button, ThemeToggle } from "@/components/ui";
interface UserData {
username: string;
@@ -42,17 +42,30 @@ export default function Navigation({
const isAdmin = initialIsAdmin ?? session?.user?.role === "ADMIN";
return (
-