|
|
@@ -29,6 +29,11 @@
|
|
|
'https://i.postimg.cc/bNNBcTZj/Whats-App-Image-2025-07-29-at-19-59-16-removebg-preview.png'
|
|
|
);
|
|
|
break;
|
|
|
+ default:
|
|
|
+ logo_id.set(
|
|
|
+ 'https://i.postimg.cc/7LPJk38W/beer-meal-24dp-EAC452-FILL0-wght400-GRAD0-opsz24.png'
|
|
|
+ );
|
|
|
+ break;
|
|
|
}
|
|
|
});
|
|
|
|
|
|
@@ -100,7 +105,7 @@
|
|
|
<div class="flex min-h-screen items-center justify-center bg-[#1C1C1E] px-4">
|
|
|
<div class="w-full max-w-md space-y-8 rounded-lg bg-[#2C2C2E] p-8 shadow-lg">
|
|
|
<div class="flex flex-col items-center justify-center text-center">
|
|
|
- <img src={$logo_id} alt="Logo" class="h-20 w-20" />
|
|
|
+ <img src={$logo_id} alt="" class="h-20 w-20" />
|
|
|
<h1 class="mt-4 text-3xl font-extrabold text-white">Bar do Ferlin</h1>
|
|
|
<p class="mt-2 text-[#A0A0A0]">Login</p>
|
|
|
</div>
|