Mise à jour

This commit is contained in:
Rampeur
2025-08-11 01:14:50 +02:00
parent e1e703c2d8
commit 917b90a26d
43 changed files with 1415 additions and 1241 deletions
+4 -4
View File
@@ -58,11 +58,11 @@ const RootLayout = ({
}>) => {
return (
<html className="h-100" lang="en">
<body className="d-flex flex-column h-100" data-bs-theme="dark">
<body className="d-flex flex-column h-100" data-bs-theme="light">
<Header />
<div className="h-100">
{children}
</div>
<main className="h-100">
{children}
</main>
<Footer />
</body>
</html>