We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b731d1 commit f5624cfCopy full SHA for f5624cf
packages/client/src/components/ItemCard.tsx
@@ -65,7 +65,7 @@ export function ItemCard({
65
borderRadius='md'
66
/>
67
)}
68
- {shouldUsePlaceholder && <ItemCardThumbPlaceholder />}
+ {shouldUsePlaceholder && renderLink(<ItemCardThumbPlaceholder />)}
69
<CardHeader as='header'>
70
<Flex direction='row' gap={4}>
71
{(title || subtitle) && (
0 commit comments