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 0daa06c commit 7d41e58Copy full SHA for 7d41e58
src/components/Navbar.tsx
@@ -308,7 +308,7 @@ export function Navbar({ children }: { children: React.ReactNode }) {
308
},
309
})
310
311
- const linkClasses = `flex items-center justify-between gap-2 group px-2 py-1 rounded-lg hover:bg-gray-500/10 font-black`
+ const linkClasses = `flex items-center justify-between gap-2 group px-2 py-1 rounded-lg hover:bg-gray-500/10 font-bold`
312
313
const items = (
314
<div className="md:flex gap-2 [&>*]:flex-1 lg:block">
0 commit comments