From 9aea42b0481441e445c03ef081c504a49a76e080 Mon Sep 17 00:00:00 2001 From: ErwanDecoster Date: Wed, 11 Jun 2025 17:00:12 +0200 Subject: [PATCH 1/3] fix: correct class name typo in MainLayout component --- src/layouts/MainLayout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/MainLayout.tsx b/src/layouts/MainLayout.tsx index c673933..2395e6a 100644 --- a/src/layouts/MainLayout.tsx +++ b/src/layouts/MainLayout.tsx @@ -14,7 +14,7 @@ export default function MainLayout() { return (
-
+
{!isConnected ? : } From b0a97d62e3d7e200134807d51b18f42a567a4ed3 Mon Sep 17 00:00:00 2001 From: ErwanDecoster Date: Wed, 11 Jun 2025 17:00:45 +0200 Subject: [PATCH 2/3] feat: add Google Tag Manager integration to index.html --- index.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/index.html b/index.html index d627e31..3765ec0 100644 --- a/index.html +++ b/index.html @@ -21,8 +21,20 @@ a.appendChild(r); })(window, document, 'https://static.hotjar.com/c/hotjar-', '.js?sv='); + + + +
From 78abb1383fa04c01352f6f7d911347b91ce15326 Mon Sep 17 00:00:00 2001 From: ErwanDecoster Date: Wed, 11 Jun 2025 17:04:11 +0200 Subject: [PATCH 3/3] fix: reorder class names for consistency in MainLayout component --- src/layouts/MainLayout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/MainLayout.tsx b/src/layouts/MainLayout.tsx index 2395e6a..f533a7b 100644 --- a/src/layouts/MainLayout.tsx +++ b/src/layouts/MainLayout.tsx @@ -14,7 +14,7 @@ export default function MainLayout() { return (
-
+
{!isConnected ? : }