1
0
Fork 0

hide deepfake for debug

This commit is contained in:
koplenov 2026-04-05 02:29:38 +03:00
parent df54ac9c76
commit 1353098877
2 changed files with 4 additions and 3 deletions

View file

@ -262,6 +262,6 @@
.desktop { .desktop {
width: 100vw; width: 100vw;
height: 100vh; height: 100vh;
overflow: hidden; /* overflow: hidden; */
position: relative; position: relative;
} }

View file

@ -11,7 +11,8 @@ const App: React.FC = () => {
// if (!day1Complete) { // if (!day1Complete) {
// return <Day1Desktop onComplete={() => setDay1Complete(true)} />; // return <Day1Desktop onComplete={() => setDay1Complete(true)} />;
// } // }
return <ChatterboxTTS/> // return <ChatterboxTTS/>
// return <MainApp />;
return <MainApp />; return <MainApp />;
}; };