forked from p34709852/monkey
Replaced " with '
This commit is contained in:
parent
a9090008f9
commit
d36b00b05b
|
@ -11,11 +11,11 @@ class ConfigurePageComponent extends React.Component{
|
||||||
|
|
||||||
render(){
|
render(){
|
||||||
return(
|
return(
|
||||||
<div className={"not-found"}>
|
<div className={'not-found'}>
|
||||||
<img className={"monkey-detective"} src={monkeyDetective}/>
|
<img className={'monkey-detective'} src={monkeyDetective}/>
|
||||||
<div className={"text-block"}>
|
<div className={'text-block'}>
|
||||||
<h1 className={"not-found-title"}>404</h1>
|
<h1 className={'not-found-title'}>404</h1>
|
||||||
<h2 className={"not-found-subtitle"}>Page not found</h2>
|
<h2 className={'not-found-subtitle'}>Page not found</h2>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue