-

+
- Latosa-Escrima
+ {SITE_NAME}
@@ -96,7 +94,7 @@ const Navbar = () => {
Se connecter
)}
- {cookie ? (
+ {cookie && (
- ) : (
-
)}
-

+
- Latosa-Escrima
+ {SITE_NAME}
@@ -134,13 +126,9 @@ const Navbar = () => {
-

+
- Latosa-Escrima
+ {SITE_NAME}
@@ -171,7 +159,7 @@ const Navbar = () => {
Gallerie
Blog
@@ -252,7 +240,6 @@ const Navbar = () => {
Se connecter
-
diff --git a/frontend/lib/constants.ts b/frontend/lib/constants.ts
index 4b606d6..f9175be 100644
--- a/frontend/lib/constants.ts
+++ b/frontend/lib/constants.ts
@@ -1 +1,2 @@
export const API_URL = process.env.NEXT_PUBLIC_API_URL ?? "";
+export const SITE_NAME = "Latosa® Escrima";