Skip to content

Commit a75549d

Browse files
authored
Merge branch 'main' into feat/features
2 parents b7e90ac + d7f0693 commit a75549d

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

components/site-header.tsx

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,9 @@ export const SiteHeader = () => {
2525
<span className="sr-only font-bold">ns UI</span>
2626
</Link>
2727

28-
<div className="flex gap-1">
29-
<Button
30-
asChild
31-
size="sm"
32-
variant="ghost"
33-
className={cn('text-foreground/75 rounded-full', isActive('/hero-section') && 'text-foreground')}>
34-
<Link
35-
href="/hero-section"
36-
className="!text-sm">
28+
<div className="flex gap-1 items-center">
29+
<Button asChild size="sm" variant="ghost" className={cn('text-foreground/75 rounded-full', isActive('/hero-section') && 'text-foreground')}>
30+
<Link href="/hero-section" className="!text-sm">
3731
Blocks
3832
</Link>
3933
</Button>

0 commit comments

Comments
 (0)