Skip to content

Commit

Permalink
style: bold on navbar for current page
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin0216 committed Nov 23, 2024
1 parent 81d5051 commit f278502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/cfp/_components/navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export default function Navbar() {
<motion.p
initial={{ y: 0, scale: 1 }}
whileHover={{ y: -2, scale: 1.2 }}
className={`hover:text-primary ${pathname === link && "text-primary"}`}
className={`hover:text-primary ${pathname === link && "font-black text-primary"}`}
>
{label}
</motion.p>
Expand Down

0 comments on commit f278502

Please sign in to comment.