File tree Expand file tree Collapse file tree 5 files changed +5
-70
lines changed
__tests__/shared/components
src/shared/components/Error404 Expand file tree Collapse file tree 5 files changed +5
-70
lines changed Original file line number Diff line number Diff line change @@ -364,7 +364,7 @@ workflows:
364
364
filters :
365
365
branches :
366
366
only :
367
- - jan-updates-2
367
+ - 404-page
368
368
# This is stage env for production QA releases
369
369
- " build-prod-staging " :
370
370
context : org-global
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 5
5
import _ from 'lodash' ;
6
6
import React from 'react' ;
7
7
import { Route } from 'react-router-dom' ;
8
+ import Viewport from 'components/Contentful/Viewport' ;
8
9
import './style.scss' ;
9
10
10
11
export default function Page404 ( ) {
@@ -16,12 +17,9 @@ export default function Page404() {
16
17
return null ;
17
18
} }
18
19
/>
19
- < h1 styleName = "message" >
20
- 404 HTTP Error
21
- </ h1 >
22
- < p styleName = "details" >
23
- The resource you are looking for does not exist in Topcoder community App :(
24
- </ p >
20
+ < Viewport
21
+ id = "3fB4UivAs6Nn5WbhREuqrn"
22
+ />
25
23
</ div >
26
24
) ;
27
25
}
Original file line number Diff line number Diff line change 7
7
flex-direction : column ;
8
8
min-height : 400px ;
9
9
text-align : center ;
10
- padding : 150px 0 ;
11
10
}
12
11
13
12
.details {
You can’t perform that action at this time.
0 commit comments