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 433f9b8 commit 22d99e2Copy full SHA for 22d99e2
src/compounds/Item/Item.jsx
@@ -29,7 +29,7 @@ const Item = ({ buttonLink, buttonProps, href, isLoading, item, orientation, tit
29
if (withTitleLink || withButtonLink) link = titleLink || buttonLink || href
30
31
return (
32
- <Card key={id} style={{ width: `${width}` }} className={`h-100${orientation === 'horizontal' ? ' mb-4' : ''}`}>
+ <Card key={id} style={{ width: `${width}` }} className={`h-100${orientation === 'horizontal' ? ' mb-4' : ''}`} data-cy='item-card'>
33
{orientation === 'horizontal' ? (
34
<div className='row g-0 h-100'>
35
<div className='col-3'>
0 commit comments