Skip to content

Commit 3f44f81

Browse files
committed
typing
1 parent 8a51a51 commit 3f44f81

File tree

1 file changed

+1
-1
lines changed
  • apps/dashboard/src/pages/project-showcase

1 file changed

+1
-1
lines changed

apps/dashboard/src/pages/project-showcase/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ export default function ProjectShowcase() {
9494
>
9595
<Card className="flex h-full cursor-pointer flex-col overflow-hidden transition-shadow hover:shadow-lg">
9696
<Image
97-
src={project.image}
97+
src={project.image || ""}
9898
alt={project.title}
9999
width={300}
100100
height={200}

0 commit comments

Comments
 (0)