We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4346cd commit 6a68273Copy full SHA for 6a68273
components/Card.tsx
@@ -33,7 +33,7 @@ const Card = ({ repo }: Props) => {
33
title={repo.name}
34
target="_blank"
35
rel="noreferrer"
36
- className={`text-3xl card-title link link-hover text-primary umami--click--${repo.owner.login}/${repo.name}`}
+ className={`text-3xl card-title link link-hover text-primary umami--click--${repo.owner.login}-${repo.name}`}
37
>
38
{repo.name}
39
</a>
0 commit comments