From 24f2793b799a055fcda56ca25ca65c61bb7aaf69 Mon Sep 17 00:00:00 2001 From: Subhamoy Biswas Date: Wed, 23 Jul 2025 22:16:52 +0530 Subject: [PATCH] feat: added google analytics tracking --- src/components/AllDowloadsSection.tsx | 2 +- src/components/ui/container-scroll-animation.tsx | 2 +- src/layouts/main.astro | 9 +++++++++ 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/src/components/AllDowloadsSection.tsx b/src/components/AllDowloadsSection.tsx index bdbd2e3..3eb334b 100644 --- a/src/components/AllDowloadsSection.tsx +++ b/src/components/AllDowloadsSection.tsx @@ -34,7 +34,7 @@ export default function AllDownloadsSection({ release }: { release: LatestReleas Download for Windows - (x64) EXE Installer + (x64 / ARM64) EXE Installer Download for Windows - (x64) EXE Installer + (x64 / ARM64) EXE Installer )} {os === "macos" && ( diff --git a/src/layouts/main.astro b/src/layouts/main.astro index 27ff856..d1b7ccc 100644 --- a/src/layouts/main.astro +++ b/src/layouts/main.astro @@ -19,6 +19,15 @@ const { title, description } = Astro.props; {title ?? 'untitled'} + + +