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 91d952c commit b5f2ab9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 3 additions & 2 deletions src/configs.js
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
}
};

Expand Down
2 changes: 0 additions & 2 deletions src/ui/layout/Notification.js
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit b5f2ab9

Please sign in to comment.