Skip to content

Commit

Permalink
Remove the maintenance message
Browse files Browse the repository at this point in the history
  • Loading branch information
GarboMuffin committed Aug 23, 2023
1 parent d64ea1d commit e6d9789
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions src/playground/render-interface.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -321,25 +321,6 @@ class Interface extends React.Component {
</div>
) : null}
<div className={styles.section}>
<p className={styles.infobox}>
<a
href={`${process.env.ROOT}august-2023-scratch-maintenance.html`}
target="_blank"
rel="noreferrer"
>
{/* This will be here a few weeks, so we can translate it */}
<FormattedMessage
// eslint-disable-next-line max-len
defaultMessage="Upcoming Scratch maintenance may affect parts of {APP_NAME}"
// eslint-disable-next-line max-len
description="Temporary message with a link to learn about upcoming Scratch maintenance"
id="tw.aug23downtime"
values={{
APP_NAME
}}
/>
</a>
</p>
<p>
<FormattedMessage
// eslint-disable-next-line max-len
Expand Down

0 comments on commit e6d9789

Please sign in to comment.