Skip to content

Commit c4111d1

Browse files
authored
Update page.tsx
1 parent 67ab1ce commit c4111d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import NoiseEffect from "./components/molecules/NoiseEffect";
1515

1616

1717
export default function Home() {
18-
const DEV_MODE = true;
18+
const DEV_MODE = false;
1919
const [currentChannelIndex, setCurrentChannelIndex] = useState(0);
2020
const [noiseVisible, setNoiseVisible] = useState(false);
2121
const { programming, currentVideo } = useGobalStorage();

0 commit comments

Comments
 (0)