Skip to content

Commit

Permalink
feat: Add event tracking to support links on landing
Browse files Browse the repository at this point in the history
  • Loading branch information
RamiAwar committed Sep 3, 2024
1 parent c478e46 commit aa5c65c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/src/components/Landing/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,8 @@ export default function Footer() {
{navigation.support.map((item) => (
<li key={item.name}>
<a
data-umami-event="click_socials"
data-umami-event-name={item.name}
href={item.href}
className="text-sm leading-6 text-gray-300 hover:text-white"
>
Expand Down

0 comments on commit aa5c65c

Please sign in to comment.