refactor(mascot): replace ChibiMascot SVG with MascotImage PNG and simplify empty states

This commit is contained in:
MythEclipse
2026-06-03 13:56:11 +07:00
parent 2ea0ea5810
commit bb65178210
9 changed files with 54 additions and 22 deletions
@@ -10,8 +10,8 @@ import {
CardHeader,
CardTitle,
Input,
MascotImage,
} from "../../shared/ui";
import { ChibiMascot } from "../../widgets/mascot/ChibiMascot";
interface AuthOverlayProps {
onAuthenticated: () => void;
@@ -50,7 +50,7 @@ export function AuthOverlay({ onAuthenticated }: AuthOverlayProps) {
<div className="flex h-12 w-12 items-center justify-center rounded-full bg-primary/10 text-primary">
<Lock className="h-6 w-6" />
</div>
<ChibiMascot variant="peeking" size="sm" />
<MascotImage size="sm" />
</div>
<CardTitle>Admin Access Required</CardTitle>
<CardDescription>