Skip to content

Commit b731ba2

Browse files
committed
fix: updated submission text for topgear challenges
1 parent bc52594 commit b731ba2

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

src/shared/components/SubmissionPage/Submit/index.jsx

+11-3
Original file line numberDiff line numberDiff line change
@@ -170,9 +170,8 @@ class Submit extends React.Component {
170170
</div>
171171
<div>
172172
<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>
176175
<li>Copy the link of the outcome/asset/deliverable that was uploaded.
177176
Enter this link in the text box and click on “SET URL”.
178177
</li>
@@ -186,6 +185,15 @@ class Submit extends React.Component {
186185
<span styleName="wipro-red">Do not submit any irrelevant links</span>&nbsp;
187186
as the submission link is proof of the work done.
188187
</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>
189197
</div>
190198
)
191199
: `Please follow the instructions on the Challenge Details page regarding

src/shared/components/SubmissionPage/Submit/styles.scss

+4
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,10 @@
302302
padding-top: 20px;
303303
}
304304

305+
.wipro-paragraph {
306+
padding-top: 20px;
307+
}
308+
305309
.wipro-red {
306310
color: red;
307311
}

0 commit comments

Comments
 (0)