add jaryn to team component
This commit is contained in:
parent
ef0763c4ae
commit
6d51e5383f
|
@ -11,7 +11,8 @@ const adminTeam = [
|
||||||
|
|
||||||
const modTeam = [
|
const modTeam = [
|
||||||
{ name: 'Maddix', ext: '1019', image: '/maddix.webp', discord: '@maddix6859' },
|
{ name: 'Maddix', ext: '1019', image: '/maddix.webp', discord: '@maddix6859' },
|
||||||
{ name: 'rocord', ext: '2222', image: '/rocord.webp', discord: '@rocord' }
|
{ name: 'rocord', ext: '2222', image: '/rocord.webp', discord: '@rocord' },
|
||||||
|
{ name: 'Jaryn', ext: '1144', image: '/jaryn.webp', discord: 'jaryn.'}
|
||||||
]
|
]
|
||||||
|
|
||||||
function TeamMember({ name, ext, image, discord }) {
|
function TeamMember({ name, ext, image, discord }) {
|
||||||
|
|
Loading…
Reference in a new issue