chore: add team members
This commit is contained in:
parent
141452609d
commit
dd81f825df
|
@ -413,6 +413,22 @@ import { Button } from '@acid-info/lsd-react'
|
|||
xs={{ cols: 2, gap: '24px 16px', wrap: true }}
|
||||
md={{ cols: 4, gap: '24px 16px', wrap: true }}
|
||||
>
|
||||
<Grid.Item>
|
||||
<ProfileCard
|
||||
name='Advaita'
|
||||
imgSrc="https://avatars.githubusercontent.com/u/30210770?v=4"
|
||||
githubUsername='advaita-saha'
|
||||
githubLink='https://github.com/advaita-saha'
|
||||
/>
|
||||
</Grid.Item>
|
||||
<Grid.Item>
|
||||
<ProfileCard
|
||||
name='Agnish'
|
||||
imgSrc="https://avatars.githubusercontent.com/u/80243668?v=4"
|
||||
githubUsername='agnxsh'
|
||||
githubLink='https://github.com/agnxsh'
|
||||
/>
|
||||
</Grid.Item>
|
||||
<Grid.Item>
|
||||
<ProfileCard
|
||||
name='Andri'
|
||||
|
|
Loading…
Reference in New Issue