Skip to content

Commit

Permalink
Actualizar Header.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
luloxi authored Sep 26, 2024
1 parent 417272b commit b17e384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nextjs/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ 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>
<span className={`text-2xl font-bold hover:text-blue-600 ${pathname === "/" ? "" : ""}`}💙></span>
</Link>
</div>

Expand Down

0 comments on commit b17e384

Please sign in to comment.