diff --git a/frontend/src/app/sections/Volunteers/VolunteerSection.tsx b/frontend/src/app/sections/Volunteers/VolunteerSection.tsx index 6957cf3..10f327c 100644 --- a/frontend/src/app/sections/Volunteers/VolunteerSection.tsx +++ b/frontend/src/app/sections/Volunteers/VolunteerSection.tsx @@ -7,7 +7,7 @@ import { Volunteers_value } from "./data"; const VolunteerSection = async () => { // const volunteers = await volunteerFetcher(); return ( -
+
{Volunteers_value.map((volunteer: UserEntity) => (