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

Remove maintance banner

This commit is contained in:
Cooper Ransom 2024-03-04 21:51:02 -05:00
parent 5584cf5052
commit 234570de16

View file

@ -97,7 +97,7 @@ function App() {
useHistoryListener();
useOnlineListener();
const { t } = useTranslation();
const maintenance = true;
const maintenance = false;
const [showDowntime, setShowDowntime] = useState(maintenance);
const handleButtonClick = () => {