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 2ba2565 commit d9224d5Copy full SHA for d9224d5
components/Card.tsx
@@ -25,13 +25,12 @@ function Card({ repo }: Props) {
25
className="rounded-full"
26
/>
27
</a>
28
- <h2>
+ <h2 className="text-3xl cursor-pointer hover:underline text-2023-bavarian-gold-2 whitespace-nowrap overflow-hidden text-ellipsis max-w-full">
29
<a
30
href={repo.html_url}
31
title={repo.name}
32
target="_blank"
33
rel="noreferrer"
34
- className="text-3xl cursor-pointer hover:underline text-2023-bavarian-gold-2 whitespace-nowrap overflow-hidden text-ellipsis max-w-full"
35
>
36
{repo.name}
37
0 commit comments