diff --git a/packages/app-project/src/shared/components/StandardLayout/StandardLayout.js b/packages/app-project/src/shared/components/StandardLayout/StandardLayout.js index 89a5e57230e..349a8b0af7d 100644 --- a/packages/app-project/src/shared/components/StandardLayout/StandardLayout.js +++ b/packages/app-project/src/shared/components/StandardLayout/StandardLayout.js @@ -53,44 +53,6 @@ function StandardLayout({ children, page = '' }) { return ( -
- - Platform downtime scheduled on Wednesday November 20. - -

- The Zooniverse platform will be offline for scheduled maintenance on - Wednesday, November 20 from 4pm-10pm US Central Standard Time - (2024-11-20 22:00 UTC to 2024-11-21 4:00 UTC). During this period, all - projects and platform services will be inaccessible. We apologize for - the inconvenience; this maintenance is necessary to make updates to - platform infrastructure and improve long-term reliability and uptime. - Please visit{' '} - - status.zooniverse.org - {' '} - for updates before and during the downtime period. For any additional - questions, please email{' '} - - contact@zooniverse.org - - . -

-
{page !== 'home' && } {children} -
- - Platform downtime scheduled on Wednesday November 20. - -

- The Zooniverse platform will be offline for scheduled maintenance on - Wednesday, November 20 from 4pm-10pm US Central Standard Time - (2024-11-20 22:00 UTC to 2024-11-21 4:00 UTC). During this period, all - projects and platform services will be inaccessible. We apologize for - the inconvenience; this maintenance is necessary to make updates to - platform infrastructure and improve long-term reliability and uptime. - Please visit{' '} - - status.zooniverse.org - {' '} - for updates before and during the downtime period. For any additional - questions, please email{' '} - - contact@zooniverse.org - - . -

-
{children}