Skip to content

Commit

Permalink
Get testnet back
Browse files Browse the repository at this point in the history
  • Loading branch information
pshenmic committed Oct 20, 2023
1 parent 9377f1e commit 4720e0c
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions packages/frontend/src/components/RootComponent.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,16 +74,6 @@ export default function RootComponent() {
<ModalWindow open={showModal} text={modalText} setShowModal={setShowModal}/>
</div>
<Outlet/>

<div className={"modal"}>
<div className={"modal_container"}>
<div className={"modal_message"} style={{padding: '20px'}}>
Testnet is down for a moment<br/>
<br/>
Watch our discord #testnet channel<br/> for updates https://discord.gg/UbcUSse7
</div>
</div>
</div>
</div>
);
}

0 comments on commit 4720e0c

Please sign in to comment.