Skip to content

Commit b5f2ab9

Browse files
committed
Update copy and style
1 parent 91d952c commit b5f2ab9

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

src/configs.js

+3-2
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,9 @@ configs.longName = () => (configs.isMoz() ? "Spoke by Mozilla" : "Scene Editor")
4848
configs.icon = () => (configs.isMoz() ? fixBaseAssetsPath(spokeIcon) : fixBaseAssetsPath(editorIcon));
4949
configs.sunset = {
5050
notification: {
51-
body: "COPY HERE",
52-
link: "https://www.mozilla.org"
51+
body:
52+
'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".',
53+
link: "https://hubs.mozilla.com/labs/downloading-your-data/"
5354
}
5455
};
5556

src/ui/layout/Notification.js

-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ const StyledNotification = styled.div`
2323
const Content = styled.span`
2424
max-width: 50vw;
2525
overflow: hidden;
26-
white-space: nowrap;
27-
text-overflow: ellipsis;
2826
`;
2927

3028
const ViewMore = styled.div`

0 commit comments

Comments
 (0)