@@ -213,6 +213,11 @@ const humansMapping: humansMappingType[] = [
213
213
image : "/assets/humans/mentors/janvi.png" ,
214
214
link : "https://twitter.com/JanviTh110302" ,
215
215
} ,
216
+ {
217
+ name : "Priyanshi Rai" ,
218
+ image : "/assets/humans/mentors/janvi.png" ,
219
+ link : "https://twitter.com/Pri_Rai25" ,
220
+ } ,
216
221
{
217
222
name : "Manav Darji" ,
218
223
image : "/assets/humans/mentors/manav.jpg" ,
@@ -304,6 +309,41 @@ const humansMapping: humansMappingType[] = [
304
309
image : `/assets/humans/volunteers/avin.jpg` ,
305
310
link : "https://www.linkedin.com/in/avinin" ,
306
311
} ,
312
+ // {
313
+ // name: "Avin Indrasoma",
314
+ // image: `/assets/humans/volunteers/avin.jpg`,
315
+ // link: "",
316
+ // },
317
+ // {
318
+ // name: "Avin Indrasoma",
319
+ // image: `/assets/humans/volunteers/avin.jpg`,
320
+ // link: "",
321
+ // },
322
+ // {
323
+ // name: "Avin Indrasoma",
324
+ // image: `/assets/humans/volunteers/avin.jpg`,
325
+ // link: "",
326
+ // },
327
+ // {
328
+ // name: "Avin Indrasoma",
329
+ // image: `/assets/humans/volunteers/avin.jpg`,
330
+ // link: "",
331
+ // },
332
+ // {
333
+ // name: "Avin Indrasoma",
334
+ // image: `/assets/humans/volunteers/avin.jpg`,
335
+ // link: "",
336
+ // },
337
+ // {
338
+ // name: "Avin Indrasoma",
339
+ // image: `/assets/humans/volunteers/avin.jpg`,
340
+ // link: "",
341
+ // },
342
+ // {
343
+ // name: "Avin Indrasoma",
344
+ // image: `/assets/humans/volunteers/avin.jpg`,
345
+ // link: "",
346
+ // },
307
347
] . sort ( ( a , b ) => a . name . localeCompare ( b . name ) ) ,
308
348
} ,
309
349
{
0 commit comments