From 0b6fa7157312ec1ef4f41fbb68e9e8b20af4cd93 Mon Sep 17 00:00:00 2001 From: Delilah <23665803+goplayoutside3@users.noreply.github.com> Date: Tue, 19 Nov 2024 12:01:03 -0600 Subject: [PATCH] remove temporary banners from app layouts --- .../StandardLayout/StandardLayout.js | 38 ------------------- .../app-root/src/components/RootLayout.js | 38 ------------------- 2 files changed, 76 deletions(-) diff --git a/packages/app-project/src/shared/components/StandardLayout/StandardLayout.js b/packages/app-project/src/shared/components/StandardLayout/StandardLayout.js index 89a5e57230..349a8b0af7 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}