File tree Expand file tree Collapse file tree 1 file changed +15
-17
lines changed Expand file tree Collapse file tree 1 file changed +15
-17
lines changed Original file line number Diff line number Diff line change @@ -3,25 +3,23 @@ import { config, Link } from 'topcoder-react-utils';
33import BannerInfoIcon from 'assets/images/banner-info.svg' ;
44import './style.scss' ;
55
6- const GigHeader = ( ) => {
7- return (
8- < div
9- styleName = "gig-header"
10- >
11- < div styleName = "content" >
12- < div styleName = "banner-info" >
13- < BannerInfoIcon />
14- </ div >
15- < span >
16- You have 3 applied Gigs in the system
17- </ span >
6+ const GigHeader = ( ) => (
7+ < div
8+ styleName = "gig-header"
9+ >
10+ < div styleName = "content" >
11+ < div styleName = "banner-info" >
12+ < BannerInfoIcon />
1813 </ div >
14+ < span >
15+ You have 3 applied Gigs in the system
16+ </ span >
17+ </ div >
1918
20- < div styleName = "row-btn" >
21- < Link styleName = "primary-white-md" to = { `${ config . PLATFORM_SITE_URL } /earn/my-gigs` } > CHECK GIG APPLICATION STATUS</ Link >
22- </ div >
19+ < div styleName = "row-btn" >
20+ < Link styleName = "primary-white-md" to = { `${ config . PLATFORM_SITE_URL } /earn/my-gigs` } > CHECK GIG APPLICATION STATUS</ Link >
2321 </ div >
24- ) ;
25- } ;
22+ </ div >
23+ ) ;
2624
2725export default GigHeader ;
You can’t perform that action at this time.
0 commit comments