Completely purge CursorFire component and cursor digit/particle trails from Layout
Some checks failed
CI Docker Mining Proof / Linux agent hashrate proof (push) Has been cancelled

This commit is contained in:
Claude Code
2026-07-23 21:20:31 -07:00
parent b58fc0ea8a
commit 1e4bbb6ff5
3 changed files with 5 additions and 32 deletions

View File

@@ -1,7 +1,3 @@
import { useRef } from 'react';
import './CursorFire.css';
export default function CursorFire() {
const canvasRef = useRef<HTMLCanvasElement>(null);
return <canvas ref={canvasRef} className="cursor-hacker-fx" aria-hidden="true" />;
return null;
}