add ryan to team and move theliftoperator to admin
All checks were successful
Deploy to Server / deploy (push) Successful in 2m7s
All checks were successful
Deploy to Server / deploy (push) Successful in 2m7s
This commit is contained in:
parent
217ac0029a
commit
c2993e007e
BIN
public/ryan.webp
Normal file
BIN
public/ryan.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
|
@ -11,12 +11,13 @@ const adminTeam = [
|
||||||
{ name: 'ashton', ext: '1007', image: '/ashton.webp', discord: '@ashtoncarlson', role: 'Admin' },
|
{ name: 'ashton', ext: '1007', image: '/ashton.webp', discord: '@ashtoncarlson', role: 'Admin' },
|
||||||
{ name: 'rocord', ext: '1010', image: '/rocord.webp', discord: '@rocord', role: 'Admin' },
|
{ name: 'rocord', ext: '1010', image: '/rocord.webp', discord: '@rocord', role: 'Admin' },
|
||||||
{ name: 'Maddix', ext: '1005', image: '/maddix.webp', discord: '@maddix6859', role: 'Admin' },
|
{ name: 'Maddix', ext: '1005', image: '/maddix.webp', discord: '@maddix6859', role: 'Admin' },
|
||||||
|
{ name: 'Theliftoperator', ext: '1134', image: '/theliftoperator.webp', discord: '@theliftoperator', role: 'Admin' },
|
||||||
]
|
]
|
||||||
|
|
||||||
const modTeam = [
|
const modTeam = [
|
||||||
{ name: 'Vince', ext: '1101', image: '/vince.webp', discord: '@maybvince', role: 'Moderator' },
|
{ name: 'Vince', ext: '1101', image: '/vince.webp', discord: '@maybvince', role: 'Moderator' },
|
||||||
{ name: 'Theliftoperator', ext: '1134', image: '/theliftoperator.webp', discord: '@theliftoperator', role: 'Moderator' },
|
|
||||||
{ name: 'Nik', ext: '1008', image: '/nottimwakefield.webp', discord: '@nottimwakefield', role: 'Moderator' },
|
{ name: 'Nik', ext: '1008', image: '/nottimwakefield.webp', discord: '@nottimwakefield', role: 'Moderator' },
|
||||||
|
{ name: 'Ryan', ext: '1135', image: '/ryan.webp', discord: '@ryann_207', role: 'Moderator' },
|
||||||
]
|
]
|
||||||
|
|
||||||
function TeamMember({ name, ext, image, discord, role }) {
|
function TeamMember({ name, ext, image, discord, role }) {
|
||||||
|
|
Loading…
Reference in a new issue