diff --git a/src/components/team.jsx b/src/components/team.jsx index 9fa373a..5040825 100644 --- a/src/components/team.jsx +++ b/src/components/team.jsx @@ -11,7 +11,8 @@ const adminTeam = [ const modTeam = [ { 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 }) {