From 8cfbd0a18a96275299d3abafe8182c0c4b15a4d7 Mon Sep 17 00:00:00 2001 From: "MarvinL.com" Date: Thu, 24 Oct 2024 00:39:55 -0400 Subject: [PATCH] chore: fix header --- src/routes/__root.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/routes/__root.tsx b/src/routes/__root.tsx index cc2c1ed..522d839 100644 --- a/src/routes/__root.tsx +++ b/src/routes/__root.tsx @@ -9,7 +9,7 @@ export const Route = createRootRoute({

Pani limyè

- {location.hostname.includes("pani-limye") && ( + {!location.pathname.includes("pani-dlo") && ( On dit merci EDF PEI… )}

Pani Dlo

- {location.hostname.includes("pani-dlo") && ( + {location.pathname.includes("pani-dlo") && ( On dit merci la Guadeloupe )}