Skip to content

Commit 51654c9

Browse files
author
Ives van Hoorne
committed
Remove downtime notice
1 parent 711fe12 commit 51654c9

File tree

1 file changed

+2
-2
lines changed
  • packages/app/src/app/pages/Sandbox/Editor/Workspace

1 file changed

+2
-2
lines changed

packages/app/src/app/pages/Sandbox/Editor/Workspace/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import NotOwnedSandboxInfo from './items/NotOwnedSandboxInfo';
1616

1717
import ConnectionNotice from './ConnectionNotice';
1818
import Advertisement from './Advertisement';
19-
import DowntimeNotice from './DowntimeNotice';
19+
// import DowntimeNotice from './DowntimeNotice';
2020

2121
import { Container, ContactContainer, ItemTitle } from './elements';
2222

@@ -69,7 +69,7 @@ function Workspace({ store }) {
6969
{VERSION}
7070
</div>
7171
</ContactContainer>
72-
<DowntimeNotice />
72+
{/* <DowntimeNotice /> */}
7373
<ConnectionNotice />
7474
</div>
7575
)}

0 commit comments

Comments
 (0)