diff --git a/src/maintenance/index.jsx b/src/maintenance/index.jsx index a215b46..affd564 100644 --- a/src/maintenance/index.jsx +++ b/src/maintenance/index.jsx @@ -16,6 +16,9 @@ const MaintenancePage = () => { }; const handleVersionCheck = () => {}; + const toHome = () => { + window.location.href = '/'; + }; const __BUILD_DATE__ = `__BUILD_DATE__`; const __BUILD_VERSION__ = `__BUILD_VERSION__`; @@ -27,12 +30,15 @@ const MaintenancePage = () => { - {/* */} +

Version: {__BUILD_VERSION__}

Build Date: {__BUILD_DATE__}  GMT+00:00