diff --git a/src/components/team.jsx b/src/components/team.jsx index 5040825..d0242db 100644 --- a/src/components/team.jsx +++ b/src/components/team.jsx @@ -4,15 +4,15 @@ import { Card, CardContent, CardHeader, CardTitle } from '@/components/ui/card' const adminTeam = [ { name: 'Chris Chrome', ext: '1000', image: '/chris.webp', discord: '@chrischrome' }, { name: 'Cayden', ext: '1001', image: '/cayden.webp', discord: '@freepbx' }, - { name: 'Nick', ext: '1036', image: '/nick.webp', discord: '@gamewell' }, + //{ name: 'Nick', ext: '1036', image: '/nick.webp', discord: '@gamewell' }, { name: 'Faux Lemons', ext: '1011', image: '/faux_lemons.webp', discord: '@faux_lemons' }, - { name: 'ashton', ext: '1007', image: '/ashton.webp', discord: '@ashtoncarlson' } + { name: 'ashton', ext: '1007', image: '/ashton.webp', discord: '@ashtoncarlson' }, + { name: 'Jaryn', ext: '1144', image: '/jaryn.webp', discord: 'jaryn.'} ] const modTeam = [ { name: 'Maddix', ext: '1019', image: '/maddix.webp', discord: '@maddix6859' }, - { name: 'rocord', ext: '2222', image: '/rocord.webp', discord: '@rocord' }, - { name: 'Jaryn', ext: '1144', image: '/jaryn.webp', discord: 'jaryn.'} + { name: 'rocord', ext: '2222', image: '/rocord.webp', discord: '@rocord' } ] function TeamMember({ name, ext, image, discord }) {