diff --git a/public/ryan.webp b/public/ryan.webp new file mode 100644 index 0000000..a2a56ca Binary files /dev/null and b/public/ryan.webp differ diff --git a/src/components/team.jsx b/src/components/team.jsx index 0b11e46..cfe7660 100644 --- a/src/components/team.jsx +++ b/src/components/team.jsx @@ -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 }) {