move jaryn to admins and temporarily hide nick

This commit is contained in:
rocord01 2025-03-10 23:51:46 -04:00
parent 6d51e5383f
commit c7026aa3d8

View file

@ -4,15 +4,15 @@ import { Card, CardContent, CardHeader, CardTitle } from '@/components/ui/card'
const adminTeam = [
{ name: 'Chris Chrome', ext: '1000', image: '/chris.webp', discord: '@chrischrome' },
{ 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: 'ashton', ext: '1007', image: '/ashton.webp', discord: '@ashtoncarlson' }
{ name: 'ashton', ext: '1007', image: '/ashton.webp', discord: '@ashtoncarlson' },
{ name: 'Jaryn', ext: '1144', image: '/jaryn.webp', discord: 'jaryn.'}
]
const modTeam = [
{ name: 'Maddix', ext: '1019', image: '/maddix.webp', discord: '@maddix6859' },
{ name: 'rocord', ext: '2222', image: '/rocord.webp', discord: '@rocord' },
{ name: 'Jaryn', ext: '1144', image: '/jaryn.webp', discord: 'jaryn.'}
{ name: 'rocord', ext: '2222', image: '/rocord.webp', discord: '@rocord' }
]
function TeamMember({ name, ext, image, discord }) {