Changes
This commit is contained in:
+3
-2
@@ -39,6 +39,7 @@ const Index = () => {
|
||||
|
||||
const {
|
||||
crtEnabled,
|
||||
matrixEnabled,
|
||||
playSound,
|
||||
cryptoConsent,
|
||||
showAudioOverlay,
|
||||
@@ -131,7 +132,7 @@ const Index = () => {
|
||||
if (!isVerified) {
|
||||
return (
|
||||
<div className={`min-h-screen overflow-x-hidden ${crtEnabled ? 'crt' : ''}`}>
|
||||
<MatrixRain color={isRedTheme ? '#FF0000' : '#00FF00'} />
|
||||
{matrixEnabled && <MatrixRain color={isRedTheme ? '#FF0000' : '#00FF00'} />}
|
||||
<Suspense fallback={null}>
|
||||
<HumanVerification onVerified={handleVerified} />
|
||||
</Suspense>
|
||||
@@ -142,7 +143,7 @@ const Index = () => {
|
||||
return (
|
||||
<div className={`min-h-screen overflow-x-hidden ${crtEnabled ? 'crt' : ''} ${konamiActive ? 'konami-active' : ''}`}>
|
||||
<MatrixCursor />
|
||||
<MatrixRain color={isRedTheme ? '#FF0000' : '#00FF00'} />
|
||||
{matrixEnabled && <MatrixRain color={isRedTheme ? '#FF0000' : '#00FF00'} />}
|
||||
<LoadingScreen isLoading={isLoading} />
|
||||
|
||||
{/* Audio blocked overlay */}
|
||||
|
||||
Reference in New Issue
Block a user