From 712e60cbaa4d82f1314fa1354282e64aaa7c3cb4 Mon Sep 17 00:00:00 2001 From: IshanBaidya <165746811+VaidyaIshan@users.noreply.github.com> Date: Sat, 6 Jun 2026 13:06:45 +0545 Subject: [PATCH] team changes --- .../sections/Volunteers/VolunteerSection.tsx | 2 +- frontend/src/app/sections/Volunteers/data.ts | 20 +++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/frontend/src/app/sections/Volunteers/VolunteerSection.tsx b/frontend/src/app/sections/Volunteers/VolunteerSection.tsx index ecf8b20..6957cf3 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) => (