diff --git a/src/components/team.jsx b/src/components/team.jsx index bc0016e..a9a5846 100644 --- a/src/components/team.jsx +++ b/src/components/team.jsx @@ -6,12 +6,12 @@ const adminTeam = [ { name: 'Cayden', ext: '1001', image: '/cayden.webp', discord: '@freepbx' }, { 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' } ] const modTeam = [ - { name: 'ashton', ext: '1007', image: '/ashton.webp', discord: '@ashtoncarlson' }, { name: 'Maddix', ext: '1019', image: '/maddix.webp', discord: '@maddix6859' }, - { name: 'rocord', ext: '2222', image: '/rocord.webp', discord: '@rocord01' }, + { name: 'rocord', ext: '2222', image: '/rocord.webp', discord: '@rocord01' } ] function TeamMember({ name, ext, image, discord }) {