+
+
{event.time}
-
+
{/* w-32 md:w-[80%] */}
-
{event.title}
+
{event.title}
Venue: {event.venue}
@@ -189,4 +224,7 @@ const ScheduleSection = () => {
)
}
-export default ScheduleSection
\ No newline at end of file
+export default ScheduleSection
+
+
+// here just for commit zehahahahaha
\ No newline at end of file
diff --git a/frontend/src/app/sections/Volunteers/VolunteerSection.tsx b/frontend/src/app/sections/Volunteers/VolunteerSection.tsx
index ae3204d..ecf8b20 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) => (