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:
parent
2e4d3ac832
commit
bf1b8a3cd1
1 changed files with 1 additions and 1 deletions
|
@ -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 = () => {
|
||||||
|
|
Loading…
Reference in a new issue