diff --git a/src/compounds/Item/Item.jsx b/src/compounds/Item/Item.jsx index 9b122c3..f10f10a 100644 --- a/src/compounds/Item/Item.jsx +++ b/src/compounds/Item/Item.jsx @@ -29,7 +29,7 @@ const Item = ({ buttonLink, buttonProps, href, isLoading, item, orientation, tit if (withTitleLink || withButtonLink) link = titleLink || buttonLink || href return ( - + {orientation === 'horizontal' ? (
diff --git a/src/compounds/Item/ItemLoading.jsx b/src/compounds/Item/ItemLoading.jsx index 2aaa4f3..0377e80 100644 --- a/src/compounds/Item/ItemLoading.jsx +++ b/src/compounds/Item/ItemLoading.jsx @@ -4,7 +4,7 @@ import { Card, Placeholder } from 'react-bootstrap' import './item.scss' const CardBodyLoading = ({ withButtonLink }) => ( - +