style(sidebar): reduz espacamento entre titulo e subtitulo da marca
All checks were successful
CI/CD Web + Desktop / Detect changes (push) Successful in 5s
Quality Checks / Lint, Test and Build (push) Successful in 4m4s
CI/CD Web + Desktop / Deploy Convex functions (push) Has been skipped
CI/CD Web + Desktop / Deploy (VPS Linux) (push) Successful in 4m10s

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
rever-tecnologia 2025-12-17 08:41:14 -03:00
parent 67433ed5e4
commit 028154a7bc

View file

@ -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>