File tree 2 files changed +6
-2
lines changed
src/shared/components/SubmissionPage/Submit
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ class Submit extends React.Component {
171
171
< div >
172
172
< ol styleName = "wipro-steps" >
173
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.
174
+ (< strong styleName = "wipro-bold" > Wipro SharePoint folder</ strong > ) as specified by the project team/challenge creator.
175
175
</ li >
176
176
< li > Copy the link of the outcome/asset/deliverable that was uploaded.
177
177
Enter this link in the text box and click on “SET URL”.
@@ -188,7 +188,7 @@ class Submit extends React.Component {
188
188
</ div >
189
189
< p styleName = "wipro-paragraph" >
190
190
Note: All deliverables/outcomes should be uploaded to the Wipro SharePoint
191
- directory < strong > ONLY</ strong > . For work done directly on customer environment and
191
+ directory < strong styleName = "wipro-bold" > ONLY</ strong > . For work done directly on customer environment and
192
192
involving a customer SharePoint/drive/folder link, create a word document and include a
193
193
brief summary of the work done and list the deliverables/assets created along
194
194
with the link to the customer SharePoint/drive/folder link and upload the word
Original file line number Diff line number Diff line change 309
309
.wipro-red {
310
310
color : red ;
311
311
}
312
+
313
+ .wipro-bold {
314
+ font-weight : bold ;
315
+ }
You can’t perform that action at this time.
0 commit comments