diff --git a/src/lib/components/Footer.svelte b/src/lib/components/Footer.svelte index 7f60474..f6f2e97 100644 --- a/src/lib/components/Footer.svelte +++ b/src/lib/components/Footer.svelte @@ -16,7 +16,8 @@ target="_blank" rel="noopener noreferrer" aria-label="LinkedIn profile (opens in new tab)" - data-umami-event="linkedin profile (footer)" + data-umami-event="footer link" + data-umami-event-label="linkedin" > LinkedIn @@ -28,7 +29,8 @@ target="_blank" rel="noopener noreferrer" aria-label="GitHub profile (opens in new tab)" - data-umami-event="github profile (footer)" + data-umami-event="footer link" + data-umami-event-label="github" > GitHub diff --git a/src/lib/components/Hero.svelte b/src/lib/components/Hero.svelte index 2ea9f0d..346115f 100644 --- a/src/lib/components/Hero.svelte +++ b/src/lib/components/Hero.svelte @@ -19,7 +19,8 @@ target="_blank" rel="noopener noreferrer" aria-label="Schedule a 30-minute intro call (opens in new tab)" - data-umami-event="schedule call (hero section)" + data-umami-event="schedule call" + data-umami-event-location="hero section" > Schedule a 30-minute intro call @@ -30,6 +31,7 @@ download aria-label="Download Mike Fitzpatrick's resume as PDF" data-umami-event="download resume" + data-umami-event-location="hero section" > Download resume diff --git a/src/lib/components/Navigation.svelte b/src/lib/components/Navigation.svelte index 624e24f..bd0231b 100644 --- a/src/lib/components/Navigation.svelte +++ b/src/lib/components/Navigation.svelte @@ -45,32 +45,41 @@ ServicesServices diff --git a/src/lib/components/ScheduleSection.svelte b/src/lib/components/ScheduleSection.svelte index 823d95d..d6de6b2 100644 --- a/src/lib/components/ScheduleSection.svelte +++ b/src/lib/components/ScheduleSection.svelte @@ -16,7 +16,8 @@ target="_blank" rel="noopener noreferrer" aria-label="Schedule a 30-minute intro call (opens in new tab)" - data-umami-event="schedule call (schedule section)" + data-umami-event="schedule call" + data-umami-event-location="schedule section" > Schedule a 30-minute intro call