From a8350901082a23c1ed68d988d9285eb2a4f4b3d6 Mon Sep 17 00:00:00 2001 From: xbrzee Date: Sat, 6 Jun 2026 18:25:36 +0545 Subject: [PATCH 1/2] fix:fix linkedin links for volunteers --- frontend/src/app/sections/Volunteers/data.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/app/sections/Volunteers/data.ts b/frontend/src/app/sections/Volunteers/data.ts index d58329c..aeda691 100644 --- a/frontend/src/app/sections/Volunteers/data.ts +++ b/frontend/src/app/sections/Volunteers/data.ts @@ -59,7 +59,7 @@ export const Volunteers_value : Volunteers[] = [ { name: "Aarambha Bhattarai", image: "https://enkoki.github.io/static_images/deerhack26/volunteers/Aarambha%20Bhattarai.jpg", - linkedin_url: "www.linkedin.com/in/aarambha-bhattarai-5682033a1", + linkedin_url: "https://www.linkedin.com/in/aarambha-bhattarai-5682033a1", }, { name: "Prawal Dahal", @@ -94,9 +94,9 @@ export const Volunteers_value : Volunteers[] = [ { name: "Reason Dahal", image: "https://enkoki.github.io/static_images/deerhack26/volunteers/Reason%20Dahal.jpg", - linkedin_url: "https://reason.com.np", + linkedin_url: "https://www.linkedin.com/in/reason-dahal/", }, - { + { name: "Luyash Thapa", image: "https://enkoki.github.io/static_images/deerhack26/volunteers/Luyash%20Thapa.jpg", linkedin_url: "https://www.linkedin.com/in/luyash-thapa-b0bb30404/", From 520e38bd4cd6a7b26d213c56d8254692524ea3f5 Mon Sep 17 00:00:00 2001 From: xbrzee Date: Sat, 6 Jun 2026 19:22:44 +0545 Subject: [PATCH 2/2] fix:fix grid issues for cards in volunteers --- frontend/src/app/sections/Volunteers/VolunteerSection.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) => (