chore: tune login branding
Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
This commit is contained in:
parent
fbb8511cf3
commit
1a71d49b4d
1 changed files with 4 additions and 5 deletions
|
|
@ -42,9 +42,8 @@ export default function LoginPage() {
|
||||||
<div className="bg-primary text-primary-foreground flex size-6 items-center justify-center rounded-md">
|
<div className="bg-primary text-primary-foreground flex size-6 items-center justify-center rounded-md">
|
||||||
<GalleryVerticalEnd className="size-4" />
|
<GalleryVerticalEnd className="size-4" />
|
||||||
</div>
|
</div>
|
||||||
Sistema de Chamados
|
Sistema de chamados
|
||||||
</Link>
|
</Link>
|
||||||
<span className="text-sm font-medium text-neutral-500">Rever Tecnologia</span>
|
|
||||||
</div>
|
</div>
|
||||||
<div className="flex flex-1 items-center justify-center">
|
<div className="flex flex-1 items-center justify-center">
|
||||||
<div className="w-full max-w-sm rounded-2xl border border-slate-200 bg-white p-6 shadow-sm">
|
<div className="w-full max-w-sm rounded-2xl border border-slate-200 bg-white p-6 shadow-sm">
|
||||||
|
|
@ -55,9 +54,9 @@ export default function LoginPage() {
|
||||||
<Image
|
<Image
|
||||||
src="/rever-8.png"
|
src="/rever-8.png"
|
||||||
alt="Logotipo Rever Tecnologia"
|
alt="Logotipo Rever Tecnologia"
|
||||||
width={96}
|
width={110}
|
||||||
height={96}
|
height={110}
|
||||||
className="h-12 w-auto"
|
className="h-[3.45rem] w-auto"
|
||||||
priority
|
priority
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue