From fda8cf3ed2d66795b65682f875a47e01e6733ef6 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 08:14:36 +0000 Subject: [PATCH] Update src/components/background/AuroraBackground.tsx --- src/components/background/AuroraBackground.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/background/AuroraBackground.tsx b/src/components/background/AuroraBackground.tsx index 2975eee..1654707 100644 --- a/src/components/background/AuroraBackground.tsx +++ b/src/components/background/AuroraBackground.tsx @@ -14,15 +14,15 @@ const AuroraBackground = ({
{/* top center */} -
+
{/* top right */} -
+
{/* center left */} -
+
{/* top left */} -
+
{/* bottom center */} -
+
); };