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' ? (