diff --git a/src/configs.js b/src/configs.js index 8b2a7d7c..32f6a465 100644 --- a/src/configs.js +++ b/src/configs.js @@ -48,8 +48,9 @@ configs.longName = () => (configs.isMoz() ? "Spoke by Mozilla" : "Scene Editor") configs.icon = () => (configs.isMoz() ? fixBaseAssetsPath(spokeIcon) : fixBaseAssetsPath(editorIcon)); configs.sunset = { notification: { - body: "COPY HERE", - link: "https://www.mozilla.org" + body: + 'Mozilla Hubs will shut down on May 31, 2024. After May 31, you will permanently lose access to your data. For more information about the shutdown and how to download your data, click "Learn More".', + link: "https://hubs.mozilla.com/labs/downloading-your-data/" } }; diff --git a/src/ui/layout/Notification.js b/src/ui/layout/Notification.js index 3ea42b7a..2cd2dc0d 100644 --- a/src/ui/layout/Notification.js +++ b/src/ui/layout/Notification.js @@ -23,8 +23,6 @@ const StyledNotification = styled.div` const Content = styled.span` max-width: 50vw; overflow: hidden; - white-space: nowrap; - text-overflow: ellipsis; `; const ViewMore = styled.div`