diff --git a/client/components/LoadingScreen.tsx b/client/components/LoadingScreen.tsx index f520230f..8aeb8a3e 100644 --- a/client/components/LoadingScreen.tsx +++ b/client/components/LoadingScreen.tsx @@ -137,23 +137,6 @@ export default function LoadingScreen({ - {/* Matrix-style Effect */} -
- {[...Array(20)].map((_, i) => ( -
- {Math.random().toString(2).substr(2, 1)} -
- ))} -