Skip to content

Commit 7d41e58

Browse files
committed
navbar
1 parent 0daa06c commit 7d41e58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Navbar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ export function Navbar({ children }: { children: React.ReactNode }) {
308308
},
309309
})
310310

311-
const linkClasses = `flex items-center justify-between gap-2 group px-2 py-1 rounded-lg hover:bg-gray-500/10 font-black`
311+
const linkClasses = `flex items-center justify-between gap-2 group px-2 py-1 rounded-lg hover:bg-gray-500/10 font-bold`
312312

313313
const items = (
314314
<div className="md:flex gap-2 [&>*]:flex-1 lg:block">

0 commit comments

Comments
 (0)