Skip to content

Commit

Permalink
Merge pull request #711 from OpenZeppelin/Comment-ctf-banner
Browse files Browse the repository at this point in the history
➖ Comment ctf banner
  • Loading branch information
xaler5 authored Mar 20, 2024
2 parents 1a8a731 + e86d8e2 commit c8860dc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions client/src/containers/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import PropTypes from "prop-types";
import { ProgressBar } from "react-loader-spinner";
import { svgFilter } from "../utils/svg";
import LeaderIcon from "../components/leaderboard/LeaderIcon";
import parse from "html-react-parser";
// import parse from "html-react-parser";

class Header extends React.Component {
constructor(props) {
Expand Down Expand Up @@ -253,14 +253,14 @@ class Header extends React.Component {
<hr className="top" />
</center>
</div> */}
<div className="top-banner">
{/* <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 c8860dc

Please sign in to comment.