From cc04a95879a0929e9bd58052af9e966fff82a591 Mon Sep 17 00:00:00 2001 From: jnakaso Date: Sat, 12 Oct 2024 10:52:36 -0700 Subject: [PATCH] fix placeholder --- src/pages/evaluation/InfoPanel.tsx | 3 ++- src/pages/evaluations/index.tsx | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/pages/evaluation/InfoPanel.tsx b/src/pages/evaluation/InfoPanel.tsx index eb7cb5c..c2800cd 100644 --- a/src/pages/evaluation/InfoPanel.tsx +++ b/src/pages/evaluation/InfoPanel.tsx @@ -18,13 +18,14 @@ import { projectService } from "../../services/projectService"; import useVolunteers from "../../services/useVolunteers"; import TaskGroupDialog from "./taskGroupDialog"; import { Volunteer } from "../../services/dasVolunteerService"; +import placeholder from '../../assets/images/project-image.png'; const DescriptionSection = (props: { venture: any }) => { return ( = ({ venture }) => { const theme = useTheme(); @@ -40,7 +40,7 @@ const VentureCard: React.FC = ({ venture }) => { navigate(`/evaluation/${venture.id}`)}>