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 1f898a5 commit adf4a96Copy full SHA for adf4a96
components/Card.tsx
@@ -29,7 +29,7 @@ function Card({ repo }: Props) {
29
title={repo.name}
30
target="_blank"
31
rel="noreferrer"
32
- className={`text-3xl card-title link link-hover text-2023-bavarian-gold-2 overflow-hidden whitespace-nowrap overflow-ellipsis`}
+ className="text-3xl cursor-pointer hover:underline text-2023-bavarian-gold-2 whitespace-nowrap overflow-hidden text-ellipsis max-w-full"
33
>
34
{repo.name}
35
</a>
0 commit comments