visual bug
All checks were successful
Lint / Lint and Typecheck (push) Successful in 35s

This commit is contained in:
2025-12-06 15:29:29 +01:00
parent e8f0269b75
commit ed31944963

View File

@@ -2,7 +2,7 @@ export default function BlurThing() {
return (
<>
{/* Decorative background elements */}
<div className="pointer-events-none absolute inset-0 overflow-hidden rounded-xl">
<div className="pointer-events-none absolute inset-0 overflow-hidden">
<div className="from-primary/25 to-primary/15 absolute -top-24 -right-24 h-64 w-64 rounded-full bg-gradient-to-br blur-3xl" />
<div className="absolute -bottom-24 -left-24 h-64 w-64 rounded-full bg-gradient-to-br from-orange-500/25 to-red-500/15 blur-3xl" />
</div>