You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/components/Registration/Registration.jsx
+25-12Lines changed: 25 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -199,6 +199,25 @@ const skills = [
199
199
},
200
200
];
201
201
202
+
consttravelSponsorship=[
203
+
{
204
+
fullWidth: true,
205
+
input:
206
+
"Quantco, our partner, is offering travel scholarships to participants worldwide. To apply, simply submit your CV using the checkbox below.",
207
+
type: INPUT_TYPES.TYPOGRAPHY,
208
+
},
209
+
{
210
+
formLabel: "",
211
+
input: [
212
+
"I consent to sharing my contact information and CV with our partner, Quantco, and authorize them to contact me.",
213
+
],
214
+
name: "travelStipend",
215
+
type: INPUT_TYPES.CHECKBOX,
216
+
required: false,
217
+
fullWidth: true,
218
+
},
219
+
];
220
+
202
221
constlegal=[
203
222
{
204
223
formLabel: "Privacy Policy",
@@ -218,16 +237,6 @@ const legal = [
218
237
required: false,
219
238
fullWidth: true,
220
239
},
221
-
{
222
-
formLabel: "Apply for Travel Stipend",
223
-
input: [
224
-
"I agree that my contact and job-related data will be passed to our partner Quantco. Quantco will reach out to you, if you will be selected. Stipend applies worldwide.",
225
-
],
226
-
name: "travelStipend",
227
-
type: 5,
228
-
required: false,
229
-
fullWidth: true,
230
-
},
231
240
{
232
241
input: [
233
242
"Film and sound recordings as well as photos will be made at the event, and you agree to their subsequent use by attending the event.",
0 commit comments