From 7d5a5d99ef042538fe9b1ddd64203b234790c8c0 Mon Sep 17 00:00:00 2001 From: Samuel Date: Thu, 23 Jan 2025 21:22:51 +0100 Subject: [PATCH] feat: add link to homepage to header --- src/App.tsx | 5 ++++- src/index.tsx | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index 02f2f9b..4ae175b 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -35,7 +35,10 @@ const App: Component = () => { <> -
+
+ + Signalstats +
diff --git a/src/index.tsx b/src/index.tsx index 5d6f8e4..e79715f 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -9,6 +9,7 @@ if (import.meta.env.DEV && !(root instanceof HTMLElement)) { ); } +// polyfill umami track function for development if (import.meta.env.DEV && !("umami" in window)) { // @ts-ignore window.umami = {