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 917ac59 commit b27bcf5Copy full SHA for b27bcf5
src/compounds/Item/CardBody.jsx
@@ -41,7 +41,7 @@ const CardBody = ({ buttonLink, buttonProps, item,
41
<div className='fw-light'>{description.slice(cutOffIndex).trimStart()}</div>
42
</Collapse>
43
</div>
44
- { description.length > 300 && (
+ {description.length > 300 && (
45
<Button variant="link" onClick={() => setOpen(!open)} className="p-0 mt-3">
46
{open ? ' Show less' : ' Read more'}
47
</Button>
0 commit comments