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 7cd88b0 commit 7588242Copy full SHA for 7588242
components/Header.tsx
@@ -59,6 +59,7 @@ const Header = () => {
59
<Link
60
key={link.title}
61
href={link.href}
62
+ // prettier-ignore
63
className="whitespace-nowrap hover:text-primary-500 dark:hover:text-primary-400 m-1 flex items-center gap-1 font-medium text-gray-900 dark:text-gray-100"
64
>
65
{link.title}
0 commit comments