chore: legacy cleanup

Signed-off-by: Dmytro Stanchiev <git@dmytros.dev>
This commit is contained in:
2026-04-21 20:24:04 -04:00
parent 915e0b7cf8
commit 276fbad45e
10 changed files with 95 additions and 117 deletions

View File

@@ -27,8 +27,8 @@ export default function SignOutPage() {
}
return (
<div className="flex items-center justify-center py-20">
<div className="glass-strong rounded-2xl p-8 w-full max-w-sm space-y-6">
<div className="flex items-center justify-center px-4 py-20">
<div className="w-full max-w-sm space-y-6 rounded-[10px] bg-card p-8 shadow-[0_0_0_1px_rgba(0,0,0,0.08),0_12px_40px_rgba(0,0,0,0.12)]">
<div className="text-center">
<LogOut className="h-8 w-8 text-muted-foreground mx-auto mb-3" />
<h1 className="text-lg font-semibold">Sign Out</h1>
@@ -37,7 +37,7 @@ export default function SignOutPage() {
</p>
</div>
<div className="rounded-lg bg-muted/40 px-4 py-3 text-center">
<div className="rounded-[8px] bg-muted px-4 py-3 text-center shadow-[inset_0_0_0_1px_rgba(0,0,0,0.05)]">
<div className="text-xs text-muted-foreground mb-0.5">
Signed in as
</div>