Skip to content

Commit

Permalink
feat(Project) add tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
soujvnunes committed Mar 19, 2024
1 parent 8af1cbe commit 8181e6c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/containers/Project.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ export default function Project({
target="_blank"
rel="noreferrer"
variant="text"
className="plausible-event-name=Visited+project"
aria-label={endItemLabel}
title={endItemLabel}
href={endItem.href}
Expand Down Expand Up @@ -85,6 +86,7 @@ export default function Project({
title={label}
href={action.href}
startItem={<Icon name={action.startItem.icon} />}
className={`plausible-event-name=Saw+${action.id}`}
>
{actionValue}
</Button>
Expand Down

0 comments on commit 8181e6c

Please sign in to comment.