You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: client/src/components/not-found/NotFound404.js
-37Lines changed: 0 additions & 37 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,6 @@ import { loadTranslations } from "../../utils/translations";
5
5
import{randBadIcon}from"../../utils/^^";
6
6
import"../../styles/app.css";
7
7
importFooterfrom"../common/Footer";
8
-
import{Helmet}from"react-helmet";
9
8
10
9
classNotFound404extendsReact.Component{
11
10
render(){
@@ -14,42 +13,6 @@ class NotFound404 extends React.Component {
14
13
15
14
return(
16
15
<divclassName="helpcontainer">
17
-
<Helmet>
18
-
<title>The Ethernaut - Not Found 404</title>
19
-
{/* <!-- Primary Meta Tags --> */}
20
-
<metaname="title"content="The Ethernaut - Not Found 404"/>
21
-
<meta
22
-
name="description"
23
-
content="Web3/Solidity based wargame played in the Ethereum Virtual Machine. Each level is a smart contract that needs to be 'hacked'. - Not Found 404"
24
-
/>
25
-
{/* <!-- Open Graph / Facebook --> */}
26
-
<metaproperty="og:type"content="website"/>
27
-
<meta
28
-
property="og:url"
29
-
content="https://ethernaut.openzeppelin.com/404"
30
-
/>
31
-
<metaproperty="og:title"content="The Ethernaut - Not Found 404"/>
32
-
<meta
33
-
property="og:description"
34
-
content="Web3/Solidity based wargame played in the Ethereum Virtual Machine. Each level is a smart contract that needs to be 'hacked'. - Not Found 404"
<metaname="twitter:title"content="The Ethernaut - Not Found 404"/>
44
-
<meta
45
-
name="twitter:description"
46
-
content="Web3/Solidity based wargame played in the Ethereum Virtual Machine. Each level is a smart contract that needs to be 'hacked'. - Not Found 404"
content={`Web3/Solidity based wargame played in the Ethereum Virtual Machine. Each level is a smart contract that needs to be 'hacked'. - ${level.name}`}
content={`Web3/Solidity based wargame played in the Ethereum Virtual Machine. Each level is a smart contract that needs to be 'hacked'. - ${level.name}`}
content={`Web3/Solidity based wargame played in the Ethereum Virtual Machine. Each level is a smart contract that needs to be 'hacked'. - ${level.name}`}
0 commit comments