We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a51a51 commit 3f44f81Copy full SHA for 3f44f81
apps/dashboard/src/pages/project-showcase/index.tsx
@@ -94,7 +94,7 @@ export default function ProjectShowcase() {
94
>
95
<Card className="flex h-full cursor-pointer flex-col overflow-hidden transition-shadow hover:shadow-lg">
96
<Image
97
- src={project.image}
+ src={project.image || ""}
98
alt={project.title}
99
width={300}
100
height={200}
0 commit comments