From 69f39ed157813d9480f33f2a2e814d54df93d3c4 Mon Sep 17 00:00:00 2001
From: Szymon Kin <68154191+hoolek77@users.noreply.github.com>
Date: Tue, 24 Jan 2023 22:07:37 +0100
Subject: [PATCH] Fix google analytics (#172)
---
src/web/components/layout.astro | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/web/components/layout.astro b/src/web/components/layout.astro
index ad59179..9d12eae 100644
--- a/src/web/components/layout.astro
+++ b/src/web/components/layout.astro
@@ -35,9 +35,9 @@ const { seo, i18n } = Astro.props;
window.localStorage.setItem('theme', theme);
-