Skip to content

Commit 650b85d

Browse files
chore: update team.ts
1 parent a2642c2 commit 650b85d

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

src/constants/team.ts

+11-11
Original file line numberDiff line numberDiff line change
@@ -95,12 +95,13 @@ export const team: Record<string, MemberDetails[]> = {
9595
department: 'Backend',
9696
},
9797
{
98-
id: 'akshay',
99-
name: 'Akshay A Parmar',
100-
avatar: 'https://api.dicebear.com/9.x/lorelei/svg?seed=aksha',
98+
id: 'indranil',
99+
name: 'Indranil Chakraborty ',
100+
avatar: 'https://api.dicebear.com/9.x/lorelei/svg?seed=nightcrwlrr',
101101
socials: {
102-
discord: 'https://discord.com/users/892804617128251452',
103-
github: 'https://github.com/vitaminncpp',
102+
discord: 'https://discord.com/users/629236605936205835',
103+
linkedin: 'https://www.linkedin.com/in/indranil-chakraborty-91ba60217',
104+
github: 'https://github.com/Andrew99xx',
104105
},
105106
department: 'Backend',
106107
},
@@ -248,13 +249,12 @@ export const team: Record<string, MemberDetails[]> = {
248249
],
249250
'Backend Team': [
250251
{
251-
id: 'indranil',
252-
name: 'Indranil Chakraborty ',
253-
avatar: 'https://api.dicebear.com/9.x/lorelei/svg?seed=nightcrwlrr',
252+
id: 'akshay',
253+
name: 'Akshay A Parmar',
254+
avatar: 'https://api.dicebear.com/9.x/lorelei/svg?seed=aksha',
254255
socials: {
255-
discord: 'https://discord.com/users/629236605936205835',
256-
linkedin: 'https://www.linkedin.com/in/indranil-chakraborty-91ba60217',
257-
github: 'https://github.com/Andrew99xx',
256+
discord: 'https://discord.com/users/892804617128251452',
257+
github: 'https://github.com/vitaminncpp',
258258
},
259259
department: 'Backend',
260260
},

0 commit comments

Comments
 (0)