Skip to content

Commit

Permalink
apply prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
nahtnam committed Nov 24, 2024
1 parent 27809f9 commit fc29b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/_components/navbar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export function Navbar() {
<div className="container mx-auto">
<div className="navbar px-0">
<div className="navbar-start">
<Link href="/" className="font-bold text-2xl">
<Link href="/" className="text-2xl font-bold">
TODO
</Link>
</div>
Expand Down

0 comments on commit fc29b98

Please sign in to comment.