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

Show maintaince page

This commit is contained in:
Cooper Ransom 2024-03-28 23:31:44 -04:00
parent 4412783424
commit 8cb3f60446

View file

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