Skip to content

Commit f5624cf

Browse files
Make item card placeholder linked
1 parent 5b731d1 commit f5624cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/client/src/components/ItemCard.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export function ItemCard({
6565
borderRadius='md'
6666
/>
6767
)}
68-
{shouldUsePlaceholder && <ItemCardThumbPlaceholder />}
68+
{shouldUsePlaceholder && renderLink(<ItemCardThumbPlaceholder />)}
6969
<CardHeader as='header'>
7070
<Flex direction='row' gap={4}>
7171
{(title || subtitle) && (

0 commit comments

Comments
 (0)