Skip to content

Commit

Permalink
Revert "Add message on site broken"
Browse files Browse the repository at this point in the history
This reverts commit 593bf41.
  • Loading branch information
spalladino committed Jul 27, 2020
1 parent 97097ea commit 47910dc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion src/containers/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class App extends React.Component {
transitions={false}
docked={true}
shadow={false}
styles={{ root: { top: 82, bottom: 20 }, sidebar: { backgroundColor: '#e5f2fb', boxShadow: 'none' }, content: { overflowX: 'hidden' }}}
styles={{ root: { top: 62, bottom: 20 }, sidebar: { backgroundColor: '#e5f2fb', boxShadow: 'none' }, content: { overflowX: 'hidden' }}}
>
<div ref={el => this.childrenElement = el}>
{this.props.children}
Expand Down
3 changes: 0 additions & 3 deletions src/containers/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ class Header extends React.Component {
backgroundColor: 'red',
zIndex: 10000
}}>
<div style={{ marginLeft: '25px', lineHeight: '1.4', color: 'darkred', fontWeight: 'bold' }}>
Ethernaut is not working properly due to recent breaking changes on Metamask. We are working to get the site updated to fix this. Please follow <a target="_blank" href="https://github.com/OpenZeppelin/ethernaut/issues/170">this issue</a> for news. We apologize for the inconvenience!
</div>
<div>

{/* VERSIONS */}
Expand Down

0 comments on commit 47910dc

Please sign in to comment.