Skip to content
Merged

Dev #95

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion frontend/src/app/sections/Volunteers/VolunteerSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { Volunteers_value } from "./data";
const VolunteerSection = async () => {
// const volunteers = await volunteerFetcher();
return (
<div className="flex flex-wrap lg:w-[70%] mt-8 gap-8 md:w-[95%] xl2:w-[100%] justify-center">
<div className="flex flex-wrap mt-8 gap-8 justify-center w-[100%] sm:w-[350px] md:w-[1000px]">
{Volunteers_value.map((volunteer: UserEntity) => (
<UserCard
key={volunteer.name}
Expand Down
6 changes: 3 additions & 3 deletions frontend/src/app/sections/Volunteers/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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/",
Expand Down
Loading