Skip to content

Commit

Permalink
Yay bunny!
Browse files Browse the repository at this point in the history
  • Loading branch information
luloxi committed Sep 26, 2024
1 parent 2b1e065 commit e0d9aa5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/nextjs/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,9 @@ export const Header = () => {

<div className="navbar-center flex-1 flex justify-center items-center">
<Link href="/" passHref>
<span className={`text-2xl font-bold hover:text-blue-600 ${pathname === "/" ? "" : ""}`}>🐰</span>
<div className="rounded-full bg-blue-900">
<span className={`text-xl font-bold hover:text-blue-600 ${pathname === "/" ? "" : ""}`}>🐰</span>
</div>
</Link>
</div>

Expand Down

0 comments on commit e0d9aa5

Please sign in to comment.