We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b7e90ac + d7f0693 commit a75549dCopy full SHA for a75549d
components/site-header.tsx
@@ -25,15 +25,9 @@ export const SiteHeader = () => {
25
<span className="sr-only font-bold">ns UI</span>
26
</Link>
27
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">
+ <div className="flex gap-1 items-center">
+ <Button asChild size="sm" variant="ghost" className={cn('text-foreground/75 rounded-full', isActive('/hero-section') && 'text-foreground')}>
+ <Link href="/hero-section" className="!text-sm">
37
Blocks
38
39
</Button>
0 commit comments