File tree 3 files changed +7
-3
lines changed
src/shared/components/SubmissionPage
3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ class FilestackFilePicker extends React.Component {
177
177
</ p >
178
178
</ div >
179
179
< div
180
- styleName = { `file-picker ${ error ? 'error' : '' } ${ dragged ? 'drag' : '' } ` }
180
+ styleName = { `file-picker ${ error ? 'error' : '' } ${ dragged ? 'drag' : '' } ${ isChallengeBelongToTopgearGroup ? 'topgear' : '' } ` }
181
181
>
182
182
{
183
183
! fileName && ! isChallengeBelongToTopgearGroup && (
Original file line number Diff line number Diff line change 25
25
position : relative ;
26
26
justify-content : space-around ;
27
27
28
+ & .topgear {
29
+ justify-content : flex-start ;
30
+ }
31
+
28
32
@include xs-to-sm {
29
33
min-height : 150px ;
30
34
justify-content : space-between ;
Original file line number Diff line number Diff line change @@ -200,8 +200,8 @@ class Submit extends React.Component {
200
200
: `Please follow the instructions on the Challenge Details page regarding
201
201
what your submission should contain and how it should be organized.` ;
202
202
const troubleInstruction = isChallengeBelongToTopgearGroup
203
- ? `If you are having trouble uploading your file , please raise a Service
204
- Now (SNOW) ticket under the TopGear category.`
203
+ ? `If you are having trouble with the submission or have any queries , please raise a Service
204
+ Now (SNOW) ticket under the TopGear category.`
205
205
: (
206
206
< span >
207
207
If you are having trouble uploading your file, please send your submission
You can’t perform that action at this time.
0 commit comments