add ryan to team and move theliftoperator to admin
All checks were successful
Deploy to Server / deploy (push) Successful in 2m7s

This commit is contained in:
rocord01 2025-09-20 23:33:58 -04:00
parent 217ac0029a
commit c2993e007e
2 changed files with 2 additions and 1 deletions

BIN
public/ryan.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

View file

@ -11,12 +11,13 @@ const adminTeam = [
{ name: 'ashton', ext: '1007', image: '/ashton.webp', discord: '@ashtoncarlson', 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: 'Theliftoperator', ext: '1134', image: '/theliftoperator.webp', discord: '@theliftoperator', role: 'Admin' },
]
const modTeam = [
{ 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: 'Ryan', ext: '1135', image: '/ryan.webp', discord: '@ryann_207', role: 'Moderator' },
]
function TeamMember({ name, ext, image, discord, role }) {