File tree 5 files changed +28
-6
lines changed
5 files changed +28
-6
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ import LoadingIndicator from 'components/LoadingIndicator';
19
19
import './style.scss' ;
20
20
import bigCheckmark from 'assets/images/big-checkmark.png' ;
21
21
import SadFace from 'assets/images/sad-face-icon.svg' ;
22
- import backArrowGig from 'assets/images/back-arrow-gig-apply.png ' ;
22
+ import BackArrowGig from 'assets/images/back-arrow-gig-apply.svg ' ;
23
23
24
24
export default function GigApply ( props ) {
25
25
const {
@@ -38,8 +38,8 @@ export default function GigApply(props) {
38
38
</ div >
39
39
) : (
40
40
< div styleName = "wrap" >
41
- < Link to = { `${ config . GIGS_PAGES_PATH } /${ job . slug } ` } styleName = "back-link" > < img src = { backArrowGig } alt = "back-arrow-icon" /> GIG DETAILS</ Link >
42
41
< h2 > { job . name } </ h2 >
42
+ < Link to = { `${ config . GIGS_PAGES_PATH } /${ job . slug } ` } styleName = "back-link" > < BackArrowGig /> GIG DETAILS</ Link >
43
43
< div styleName = "separator" />
44
44
{
45
45
application ? (
Original file line number Diff line number Diff line change 59
59
h2 {
60
60
color : #26b3c5 ;
61
61
text-align : center ;
62
- margin-top : 6 px ;
63
- margin-bottom : 83 px ;
62
+ margin-top : 47 px ;
63
+ margin-bottom : 31 px ;
64
64
65
65
@include xs-to-md {
66
66
text-align : left ;
75
75
text-decoration : none ;
76
76
line-height : 40px ;
77
77
margin-bottom : 12px ;
78
+ display : flex ;
79
+ align-items : center ;
80
+
81
+ svg {
82
+ width : 8px ;
83
+ margin-right : 6px ;
84
+ }
78
85
}
79
86
80
87
.separator {
Original file line number Diff line number Diff line change @@ -57,8 +57,6 @@ class RecruitCRMJobApplyContainer extends React.Component {
57
57
[ key ] : value ,
58
58
} ,
59
59
} ) ) ;
60
- // run form validation
61
- this . validateForm ( ) ;
62
60
}
63
61
64
62
onApplyClick ( ) {
You can’t perform that action at this time.
0 commit comments