move ashton to admin
This commit is contained in:
parent
82506f9ad4
commit
b71d2ad872
|
@ -6,12 +6,12 @@ const adminTeam = [
|
||||||
{ name: 'Cayden', ext: '1001', image: '/cayden.webp', discord: '@freepbx' },
|
{ 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: 'Faux_Lemons', ext: '1011', image: '/faux_lemons.webp', discord: '@faux_lemons' },
|
||||||
|
{ name: 'ashton', ext: '1007', image: '/ashton.webp', discord: '@ashtoncarlson' }
|
||||||
]
|
]
|
||||||
|
|
||||||
const modTeam = [
|
const modTeam = [
|
||||||
{ name: 'ashton', ext: '1007', image: '/ashton.webp', discord: '@ashtoncarlson' },
|
|
||||||
{ name: 'Maddix', ext: '1019', image: '/maddix.webp', discord: '@maddix6859' },
|
{ 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 }) {
|
function TeamMember({ name, ext, image, discord }) {
|
||||||
|
|
Loading…
Reference in a new issue