From b508626d9fd23e294aab5968f1688653767ec374 Mon Sep 17 00:00:00 2001 From: Roby Date: Fri, 29 Mar 2024 14:23:49 +0700 Subject: [PATCH] fix: image cannot in tag p --- src/components/modules/ProjectList.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/modules/ProjectList.tsx b/src/components/modules/ProjectList.tsx index e5ceb62..a5ec3e7 100644 --- a/src/components/modules/ProjectList.tsx +++ b/src/components/modules/ProjectList.tsx @@ -11,7 +11,7 @@ const ProjectList: React.FC = ({ project }) => { const [isLoading, setLoading] = useState(true); return ( -

+

{project.img ? ( = ({ project }) => { {project.description}

-

+ ); };