Skip to content

Commit 01ce76e

Browse files
committed
add: priyanshi
1 parent 1e36a06 commit 01ce76e

File tree

2 files changed

+40
-0
lines changed

2 files changed

+40
-0
lines changed

app/humans/page.tsx

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,11 @@ const humansMapping: humansMappingType[] = [
213213
image: "/assets/humans/mentors/janvi.png",
214214
link: "https://twitter.com/JanviTh110302",
215215
},
216+
{
217+
name: "Priyanshi Rai",
218+
image: "/assets/humans/mentors/janvi.png",
219+
link: "https://twitter.com/Pri_Rai25",
220+
},
216221
{
217222
name: "Manav Darji",
218223
image: "/assets/humans/mentors/manav.jpg",
@@ -304,6 +309,41 @@ const humansMapping: humansMappingType[] = [
304309
image: `/assets/humans/volunteers/avin.jpg`,
305310
link: "https://www.linkedin.com/in/avinin",
306311
},
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+
// },
307347
].sort((a, b) => a.name.localeCompare(b.name)),
308348
},
309349
{
31.9 KB
Loading

0 commit comments

Comments
 (0)