Skip to content

Commit 2b0032b

Browse files
committed
refactor: team sequence
1 parent 22fb434 commit 2b0032b

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

src/app/teams/page.tsx

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,31 +15,32 @@ export default function Teams() {
1515
name: 'Jesu Neelkamal Borah',
1616
position: 'Lead, Communications',
1717
},
18-
{
19-
image: '/Dhrupad.png',
20-
name: 'Dhrupad Das',
21-
position: 'Advisor, Product & Legal',
22-
},
2318
{
2419
image: '/Rahul.png',
2520
name: 'Rahul Barman',
2621
position: 'Lead, Tech',
2722
},
2823
{
29-
image: '/Barrel.png',
30-
name: 'Mr. Barrel',
31-
position: 'Inspiration',
24+
image: '/Dhrupad.png',
25+
name: 'Dhrupad Das',
26+
position: 'Advisor, Product & Legal',
3227
},
33-
{ image: '/Nipu.png', name: 'Nipu Das', position: 'Developer, UI/UX' },
28+
{
29+
image: '/Sumit.png',
30+
name: 'Sumit Mazumdar',
31+
position: 'Developer, Full Stack',
32+
},
33+
3434
{
3535
image: '/Vansh.png',
3636
name: 'Vansh Sahay',
3737
position: 'Developer, Blockchain',
3838
},
39+
{ image: '/Nipu.png', name: 'Nipu Das', position: 'Developer, UI/UX' },
3940
{
40-
image: '/Sumit.png',
41-
name: 'Sumit Mazumdar',
42-
position: 'Developer, Full Stack',
41+
image: '/Barrel.png',
42+
name: 'Mr. Barrel',
43+
position: 'Inspiration',
4344
},
4445
];
4546
return (

0 commit comments

Comments
 (0)