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 d2db586 commit c84bdccCopy full SHA for c84bdcc
components/Header/Navbar.component.jsx
@@ -22,14 +22,14 @@ const Navbar = () => {
22
<ul className="items-center justify-between pt-4 text-base text-gray-700 md:flex md:pt-0">
23
<li>
24
<Link href="/produkter">
25
- <a className="inline-block py-2 pr-4 no-underline hover:text-black hover:underline">
+ <a className="inline-block py-2 pr-4 text-xl font-bold no-underline hover:underline">
26
Produkter
27
</a>
28
</Link>
29
</li>
30
31
<Link href="/kategorier">
32
33
Kategorier
34
35
0 commit comments