From b71d2ad872948fead51d3137231972e3dede2bb2 Mon Sep 17 00:00:00 2001 From: rocord01 Date: Sat, 25 Jan 2025 17:22:17 -0500 Subject: [PATCH] move ashton to admin --- src/components/team.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }) {