Ajusta marca na sidebar
All checks were successful
All checks were successful
This commit is contained in:
parent
0a0f722bd8
commit
badcb0f502
3 changed files with 31 additions and 14 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue