Skip to content

Commit

Permalink
Fix font size for text routes
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanMejia77 committed Oct 2, 2024
1 parent ba4b526 commit 64f268e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/(nav-bar)/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export function NavBar() {
<li className="relative group" key={label}>
<Link href={to} target={target}>
<Button
className="flex items-center gap-2 relative"
className="flex items-center gap-2 relative text-lg"
>
{' '}
{label}
Expand Down

0 comments on commit 64f268e

Please sign in to comment.