diff --git a/devsoc24-portal-fe/src/app/home/page.tsx b/devsoc24-portal-fe/src/app/home/page.tsx index 2d87cae..54d9034 100644 --- a/devsoc24-portal-fe/src/app/home/page.tsx +++ b/devsoc24-portal-fe/src/app/home/page.tsx @@ -250,7 +250,7 @@ export default function HomePage() { const ideaCard = [ { text: "Submit An Idea", - showModal: false, + showModal: getIdea !== "idea found", modalType: idea === 409 ? "Choice" : "JoinTeam", routeTo: "/submit-idea", }, diff --git a/devsoc24-portal-fe/src/components/customCard.tsx b/devsoc24-portal-fe/src/components/customCard.tsx index 0a5c82d..e94bd7b 100644 --- a/devsoc24-portal-fe/src/components/customCard.tsx +++ b/devsoc24-portal-fe/src/components/customCard.tsx @@ -23,7 +23,7 @@ function CustomCard(props: CardProps) { <>
{title}
-
+
{ return ( -
+
track image
{props.name}