Skip to content

Commit

Permalink
Update copy and style
Browse files Browse the repository at this point in the history
  • Loading branch information
keianhzo committed Apr 18, 2024
1 parent 8efa7b0 commit 25f1154
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions admin/src/utils/configs.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ configs.IS_LOCAL_OR_CUSTOM_CLIENT = !hasReticulumServerMetaTag;

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/"
}
};

Expand Down
2 changes: 0 additions & 2 deletions src/react-components/room/SystemNotification.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
max-width: 40vw;
min-width: 150px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
color: theme.$text5-color;

@media (min-width: theme.$breakpoint-lg) and (min-height: theme.$breakpoint-vr) {
Expand Down
4 changes: 2 additions & 2 deletions src/utils/configs.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@ configs.translation = key => {

configs.sunset = {
notification: {
body: "The copy will go 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/"
}
};

Expand Down

0 comments on commit 25f1154

Please sign in to comment.