Skip to content

Commit a72300f

Browse files
committed
add image inside detail page
1 parent 871403d commit a72300f

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/[slug].tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export function DetailPageUI() {
8181
client: thirdwebClient,
8282
uri: project.image,
8383
}) ?? "")
84-
: ""
84+
: project.image
8585
}
8686
alt={`${project.title} Thumbnail`}
8787
layout="fill"

0 commit comments

Comments
 (0)