Refine desktop onboarding and NSIS branding
This commit is contained in:
parent
36f34d81d3
commit
5f7dccff71
6 changed files with 100 additions and 20 deletions
|
|
@ -757,7 +757,7 @@ function App() {
|
|||
alt="Logotipo Raven"
|
||||
width={160}
|
||||
height={160}
|
||||
className="h-16 w-auto md:h-20"
|
||||
className="h-14 w-auto md:h-16"
|
||||
onError={() => {
|
||||
if (logoFallbackRef.current) return
|
||||
logoFallbackRef.current = true
|
||||
|
|
@ -766,15 +766,7 @@ function App() {
|
|||
/>
|
||||
<div className="flex flex-col items-center gap-2">
|
||||
<span className="text-xs uppercase tracking-[0.18em] text-neutral-500">Portal do Cliente</span>
|
||||
<div className="flex items-center gap-3">
|
||||
<span className="flex size-10 items-center justify-center rounded-xl bg-neutral-900 text-white shadow-sm">
|
||||
<GalleryVerticalEnd className="size-5" />
|
||||
</span>
|
||||
<span className="text-2xl font-semibold text-neutral-900">Raven</span>
|
||||
</div>
|
||||
</div>
|
||||
<div className="flex flex-wrap items-center justify-center gap-3">
|
||||
<h1 className="text-lg font-semibold text-slate-800">Agente Desktop</h1>
|
||||
<span className="text-2xl font-semibold text-neutral-900">Agente Desktop</span>
|
||||
<StatusBadge status={status} />
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue