Skip to content

Commit 3ce44f3

Browse files
Remove Umami Event
1 parent 6a68273 commit 3ce44f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Card.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const Card = ({ repo }: Props) => {
3333
title={repo.name}
3434
target="_blank"
3535
rel="noreferrer"
36-
className={`text-3xl card-title link link-hover text-primary umami--click--${repo.owner.login}-${repo.name}`}
36+
className={`text-3xl card-title link link-hover text-primary`}
3737
>
3838
{repo.name}
3939
</a>

0 commit comments

Comments
 (0)