From cddd63d3b2d804bd51065f8c6eb8868c648260fd Mon Sep 17 00:00:00 2001 From: maryjaf <111529185+maryjaf@users.noreply.github.com> Date: Mon, 7 Jul 2025 18:22:15 +0330 Subject: [PATCH] import from /ProjectCardAlt instead of /ProjectCard --- src/components/views/causes/create/SuccessfulCauseCreation.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/views/causes/create/SuccessfulCauseCreation.tsx b/src/components/views/causes/create/SuccessfulCauseCreation.tsx index 59dba42378..391e59cd70 100644 --- a/src/components/views/causes/create/SuccessfulCauseCreation.tsx +++ b/src/components/views/causes/create/SuccessfulCauseCreation.tsx @@ -25,7 +25,7 @@ import CongratsAnimation from '@/animations/congrats.json'; import LottieControl from '@/components/LottieControl'; import { EContentType } from '@/lib/constants/shareContent'; import NotAvailableHandler from '@/components/NotAvailableHandler'; -import ProjectCard from '@/components/project-card/ProjectCard'; +import ProjectCard from '@/components/project-card/ProjectCardAlt'; interface IProps { cause?: ICause;