File tree 2 files changed +15
-3
lines changed
src/shared/components/SubmissionPage/Submit
2 files changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -170,9 +170,8 @@ class Submit extends React.Component {
170
170
</ div >
171
171
< div >
172
172
< ol styleName = "wipro-steps" >
173
- < li > Upload the outcome/asset/deliverable of the challenge to the repository
174
- (e.g OneDrive/teams folder) as specified by the project team/challenge creator.
175
- </ li >
173
+ < li > Upload the outcome/asset/deliverable of the challenge to the repository
174
+ (Wipro SharePoint folder) as specified by the project team/challenge creator.</ li >
176
175
< li > Copy the link of the outcome/asset/deliverable that was uploaded.
177
176
Enter this link in the text box and click on “SET URL”.
178
177
</ li >
@@ -186,6 +185,15 @@ class Submit extends React.Component {
186
185
< span styleName = "wipro-red" > Do not submit any irrelevant links</ span >
187
186
as the submission link is proof of the work done.
188
187
</ div >
188
+ < p styleName = "wipro-paragraph" >
189
+ Note: All deliverables/outcomes should be uploaded to the Wipro SharePoint
190
+ directory < strong > ONLY</ strong > . For work done directly on customer environment and involving a
191
+ customer SharePoint/drive/folder link, create a word document and include a
192
+ brief summary of the work done and list the deliverables/assets created along
193
+ with the link to the customer SharePoint/drive/folder link and upload the word
194
+ document to a Wipro SharePoint folder. And submit the link to this Word document
195
+ as the submission link.
196
+ </ p >
189
197
</ div >
190
198
)
191
199
: `Please follow the instructions on the Challenge Details page regarding
Original file line number Diff line number Diff line change 302
302
padding-top : 20px ;
303
303
}
304
304
305
+ .wipro-paragraph {
306
+ padding-top : 20px ;
307
+ }
308
+
305
309
.wipro-red {
306
310
color : red ;
307
311
}
You can’t perform that action at this time.
0 commit comments