move ashton to admin

This commit is contained in:
rocord01 2025-01-25 17:22:17 -05:00
parent 82506f9ad4
commit b71d2ad872

View file

@ -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 }) {