Ajusta marca na sidebar
All checks were successful
CI/CD Web + Desktop / Detect changes (push) Successful in 6s
CI/CD Web + Desktop / Deploy (VPS Linux) (push) Successful in 3m40s
CI/CD Web + Desktop / Deploy Convex functions (push) Has been skipped
Quality Checks / Lint, Test and Build (push) Successful in 4m2s

This commit is contained in:
rever-tecnologia 2025-12-19 00:17:11 -03:00
parent 0a0f722bd8
commit badcb0f502
3 changed files with 31 additions and 14 deletions

View file

@ -1646,7 +1646,7 @@ const resolvedAppUrl = useMemo(() => {
alt="Logotipo Raven"
width={160}
height={160}
className="h-14 w-auto md:h-16"
className="h-16 w-auto md:h-20"
onError={() => {
if (logoFallbackRef.current) return
logoFallbackRef.current = true
@ -1655,9 +1655,14 @@ const resolvedAppUrl = useMemo(() => {
/>
<div className="flex flex-col items-center gap-2">
<span className="text-lg font-semibold text-neutral-900">Raven</span>
<span className="inline-flex whitespace-nowrap rounded-full bg-neutral-900 px-2.5 py-1 text-[11px] font-medium text-white">
Plataforma de chamados
</span>
<div className="flex flex-col items-center gap-1">
<span className="inline-flex whitespace-nowrap rounded-full bg-neutral-900 px-2.5 py-1 text-[11px] font-medium text-white">
Plataforma de
</span>
<span className="inline-flex whitespace-nowrap rounded-full bg-neutral-900 px-2.5 py-1 text-[11px] font-medium text-white">
Chamados
</span>
</div>
<StatusBadge status={status} />
</div>
</div>