We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67ab1ce commit c4111d1Copy full SHA for c4111d1
1 file changed
app/page.tsx
@@ -15,7 +15,7 @@ import NoiseEffect from "./components/molecules/NoiseEffect";
15
16
17
export default function Home() {
18
- const DEV_MODE = true;
+ const DEV_MODE = false;
19
const [currentChannelIndex, setCurrentChannelIndex] = useState(0);
20
const [noiseVisible, setNoiseVisible] = useState(false);
21
const { programming, currentVideo } = useGobalStorage();
0 commit comments