1
0
Fork 0
mirror of https://github.com/sussy-code/smov.git synced 2024-12-20 14:37:43 +01:00

Cloudflare transition downtime notice (turn dat jawn off)

This commit is contained in:
Cooper Ransom 2024-03-10 19:52:20 -04:00
parent 2e4d3ac832
commit bf1b8a3cd1

View file

@ -88,7 +88,7 @@ function QueryView() {
function App() { function App() {
useHistoryListener(); useHistoryListener();
useOnlineListener(); useOnlineListener();
const maintenance = true; // Changing to true shows maintenance page const maintenance = false; // Changing to true shows maintenance page
const [showDowntime, setShowDowntime] = useState(maintenance); const [showDowntime, setShowDowntime] = useState(maintenance);
const handleButtonClick = () => { const handleButtonClick = () => {