add lunar to website
All checks were successful
Deploy to Server / deploy (push) Successful in 1m58s

This commit is contained in:
rocord01 2025-08-01 07:06:41 -04:00
parent 11dfb0fa49
commit c949d189b6
2 changed files with 1 additions and 0 deletions

BIN
public/lunar.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View file

@ -17,6 +17,7 @@ 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: 'Lunar', ext: '1072', image: '/lunar.webp', discord: '@atwnk', role: 'Moderator' },
]
function TeamMember({ name, ext, image, discord, role }) {