Fixed icons

This commit is contained in:
2025-12-26 18:09:22 -07:00
parent 0140c5b39b
commit 1d84838dec
13 changed files with 11 additions and 13 deletions

View File

@@ -10,6 +10,7 @@ if (Astro.locals.user) {
<div class="flex justify-center items-center min-h-screen bg-gradient-to-br from-base-100 via-base-200 to-base-300">
<div class="card bg-base-100 shadow-2xl w-full max-w-md mx-4">
<div class="card-body">
<img src="/src/assets/logo.webp" alt="Chronus" class="h-16 w-16 mx-auto mb-4" />
<h2 class="text-3xl font-bold text-center mb-2">Welcome Back</h2>
<p class="text-center text-base-content/60 mb-6">Sign in to continue to Chronus</p>