Skip to content

Commit

Permalink
➖ Comment ctf banner
Browse files Browse the repository at this point in the history
  • Loading branch information
GianfrancoBazzani committed Mar 19, 2024
1 parent 1a8a731 commit 7b9a697
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions client/src/containers/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -245,22 +245,22 @@ class Header extends React.Component {
const ddOpen = Boolean(this.state.multiDDOpen);
return (
<div className="header-container" onClick={() => this.closeDropdown()}>
{/* <div className="lines">
<div className="lines">
<center>
<hr className="top" />
</center>
<center>
<hr className="top" />
</center>
</div> */}
<div className="top-banner">
</div>
{/* <div className="top-banner">
<div className="top-banner-text">{parse(strings.ctfInfo)}</div>
<a
href="https://ctf.openzeppelin.com"
>
<button>{strings.ctfRegister}</button>
</a>
</div>
</div> */}

<center>
<header>
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"compile:contracts": "cd contracts && hardhat clean && hardhat compile",
"deploy:contracts": "yarn compile:contracts && node --experimental-json-modules client/scripts/deploy_contracts.mjs",
"upgrade:proxy": "yarn compile:contracts && node --experimental-json-modules client/scripts/upgrade_proxy.mjs",
"supersede:level": "yarn compile:contracts && node --experimental-json-modules client/scripts/supersede_level.mjs",
"supersede:level": "yarn compile:contracts && node --experimental-json-modules client/scripts/supersede_level.mjs",
"network": "cd contracts && hardhat node",
"build:ethernaut": "yarn compile:contracts && yarn --cwd client build",
"start:ethernaut": "cd client && yarn start",
Expand All @@ -28,4 +28,4 @@
"leaderboard:newCrawler": "node client/leaderboard/scripts/crawlers/crawlNewData/index.cjs",
"leaderboard:triggerNextCrawl": "node client/leaderboard/scripts/actuate/index.cjs"
}
}
}
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5455,9 +5455,9 @@ caniuse-api@^3.0.0:
lodash.uniq "^4.5.0"

caniuse-lite@^1.0.0, caniuse-lite@^1.0.30000844, caniuse-lite@^1.0.30000981, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001125, caniuse-lite@^1.0.30001400:
version "1.0.30001431"
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001431.tgz"
integrity sha512-zBUoFU0ZcxpvSt9IU66dXVT/3ctO1cy4y9cscs1szkPlcWb6pasYM144GqrUygUbT+k7cmUCW61cvskjcv0enQ==
version "1.0.30001599"
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001599.tgz"
integrity sha512-LRAQHZ4yT1+f9LemSMeqdMpMxZcc4RMWdj4tiFe3G8tNkWK+E58g+/tzotb5cU6TbcVJLr4fySiAW7XmxQvZQA==

capture-exit@^2.0.0:
version "2.0.0"
Expand Down

0 comments on commit 7b9a697

Please sign in to comment.