style(sidebar): reduz espacamento entre titulo e subtitulo da marca
All checks were successful
All checks were successful
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
67433ed5e4
commit
028154a7bc
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ export function SidebarBrand({ logoSrc, logoAlt, title, subtitle }: SidebarBrand
|
||||||
priority
|
priority
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div className="flex flex-col gap-0.5 leading-none">
|
<div className="flex flex-col leading-none">
|
||||||
<span className="text-lg font-semibold">{title}</span>
|
<span className="text-lg font-semibold">{title}</span>
|
||||||
<span className="text-sm text-muted-foreground">{subtitle}</span>
|
<span className="text-sm text-muted-foreground">{subtitle}</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue