From 59e65283e16b18b6a47c365cef0b80c43fb51409 Mon Sep 17 00:00:00 2001 From: Fringg Date: Sat, 28 Mar 2026 21:25:20 +0300 Subject: [PATCH] fix: remove duplicate floating orbs background from admin panel The CosmosBackground orbs were overlapping the app's existing theme background, creating a double-layer effect. Removed the component entirely so only the theme background is visible. --- src/pages/AdminPanel.tsx | 70 ---------------------------------------- 1 file changed, 70 deletions(-) diff --git a/src/pages/AdminPanel.tsx b/src/pages/AdminPanel.tsx index def35e1..f8b8f81 100644 --- a/src/pages/AdminPanel.tsx +++ b/src/pages/AdminPanel.tsx @@ -843,74 +843,6 @@ const GlassCard = memo(function GlassCard({ section, index, searchTerm }: GlassC ); }); -// ─── Floating Orbs Background ─── - -const CosmosBackground = memo(function CosmosBackground() { - return ( -