Skip to content

Commit 25f1154

Browse files
committed
Update copy and style
1 parent 8efa7b0 commit 25f1154

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

admin/src/utils/configs.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ configs.IS_LOCAL_OR_CUSTOM_CLIENT = !hasReticulumServerMetaTag;
2020

2121
configs.sunset = {
2222
notification: {
23-
body: "COPY HERE",
24-
link: "https://www.mozilla.org"
23+
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".',
24+
link: "https://hubs.mozilla.com/labs/downloading-your-data/"
2525
}
2626
};
2727

src/react-components/room/SystemNotification.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
max-width: 40vw;
1919
min-width: 150px;
2020
overflow: hidden;
21-
white-space: nowrap;
22-
text-overflow: ellipsis;
2321
color: theme.$text5-color;
2422

2523
@media (min-width: theme.$breakpoint-lg) and (min-height: theme.$breakpoint-vr) {

src/utils/configs.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@ configs.translation = key => {
132132

133133
configs.sunset = {
134134
notification: {
135-
body: "The copy will go here",
136-
link: "https://www.mozilla.org"
135+
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".',
136+
link: "https://hubs.mozilla.com/labs/downloading-your-data/"
137137
}
138138
};
139139

0 commit comments

Comments
 (0)