Skip to content

Commit

Permalink
Small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
luloxi committed Sep 26, 2024
1 parent 200b062 commit 417272b
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-3xl font-bold hover:text-blue-600 ${pathname === "/" ? "" : ""}`}>DARTE</span>
<span className={`text-2xl font-bold hover:text-blue-600 ${pathname === "/" ? "" : ""}`}>🦄</span>
</Link>
</div>

Expand Down

0 comments on commit 417272b

Please sign in to comment.