diff --git a/src/components/VolunteerPopup.tsx b/src/components/VolunteerPopup.tsx index e374485..926ab53 100644 --- a/src/components/VolunteerPopup.tsx +++ b/src/components/VolunteerPopup.tsx @@ -12,6 +12,7 @@ const roles = [ { icon: 'bi-palette', label: 'Graphic Design' }, { icon: 'bi-pencil-square', label: 'Content Creation' }, { icon: 'bi-megaphone', label: 'Digital Marketing' }, + { icon: 'bi-translate', label: 'Cuyunon Translator' }, ]; export default function VolunteerPopup() {