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:
364364 filters :
365365 branches :
366366 only :
367- - jan-updates-2
367+ - 404-page
368368 # This is stage env for production QA releases
369369 - " build-prod-staging " :
370370 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 55import _ from 'lodash' ;
66import React from 'react' ;
77import { Route } from 'react-router-dom' ;
8+ import Viewport from 'components/Contentful/Viewport' ;
89import './style.scss' ;
910
1011export default function Page404 ( ) {
@@ -16,12 +17,9 @@ export default function Page404() {
1617 return null ;
1718 } }
1819 />
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+ />
2523 </ div >
2624 ) ;
2725}
Original file line number Diff line number Diff line change 77 flex-direction : column ;
88 min-height : 400px ;
99 text-align : center ;
10- padding : 150px 0 ;
1110}
1211
1312.details {
You can’t perform that action at this time.
0 commit comments