Skip to content

Commit 98f1a1c

Browse files
committed
.
1 parent d0f53c6 commit 98f1a1c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/components/navbar-logo.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ export function NavbarLogo() {
1010
height={19}
1111
className="shrink-0"
1212
/>
13-
<span className="text-[28px] font-bold leading-[37px] tracking-[-0.025em] text-foreground">
14-
Toolhive
15-
</span>
13+
<span className="text-2xl font-bold tracking-tight">Toolhive</span>
1614
</div>
1715
);
1816
}

0 commit comments

Comments
 (0)