From 1e4bbb6ff5b74f9ae6d599f8301ccc20213fe2e9 Mon Sep 17 00:00:00 2001 From: Claude Code Date: Thu, 23 Jul 2026 21:20:31 -0700 Subject: [PATCH] Completely purge CursorFire component and cursor digit/particle trails from Layout --- server/web/src/components/Layout/Layout.tsx | 3 +- .../web/src/components/Visual/CursorFire.tsx | 6 +--- server/web/src/components/components.test.tsx | 28 ++----------------- 3 files changed, 5 insertions(+), 32 deletions(-) diff --git a/server/web/src/components/Layout/Layout.tsx b/server/web/src/components/Layout/Layout.tsx index 269fd21..6366e44 100644 --- a/server/web/src/components/Layout/Layout.tsx +++ b/server/web/src/components/Layout/Layout.tsx @@ -348,10 +348,9 @@ export default function Layout({ children }: LayoutProps) { return (
- {!isMobile && glowParticles && } {glowParticles && }