Signin: use color Seubert logo on white right panel

This commit is contained in:
lorentz 2026-04-13 02:21:26 +00:00
parent 6b29eaa39f
commit e588b98127
5 changed files with 4 additions and 4 deletions

BIN
dev/SeubLogo_Hoz_ Color.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 761 KiB

BIN
dev/seub-road-black.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

BIN
dev/seub-road-green.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 761 KiB

View file

@ -33,12 +33,12 @@ export default function SignInPage() {
<div className="flex-1 flex flex-col items-center justify-center px-6 py-12 bg-white">
<div className="w-full max-w-sm">
{/* Mobile logo */}
<div className="flex justify-center mb-8 lg:hidden rounded-lg py-5 px-6" style={{ backgroundColor: '#0F513F' }}>
<div className="flex justify-center mb-8 lg:hidden">
<Image
src="/seubert-logo.png"
src="/seubert-logo-color.png"
alt="Seubert"
width={180}
height={56}
width={220}
height={68}
priority
/>
</div>