Skip to content

Commit 0ca3a26

Browse files
LEARN AcademyLEARN Academy
authored andcommitted
Make boxes clickable
dquote> dquote> -removed clickable link dquote> -wrapped card in clickable link to new request dquote> Co-authored-by: Dalton McAuliffe <[email protected]> dquote> Co-authored-by: Adrian Carranza <[email protected]> Ref:#200
1 parent 2e3d5ab commit 0ca3a26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/compounds/Item/Item.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const Item = ({ buttonLink, buttonProps, href, isLoading, item, orientation, tit
5656
<NextLink
5757
text={(
5858
<>
59-
<Image
59+
<Image
6060
className={`cover ${orientation === 'horizontal' ? 'img-fluid h-100 rounded-start' : 'card-img-top'}`}
6161
src={src}
6262
alt={alt}
@@ -68,7 +68,7 @@ const Item = ({ buttonLink, buttonProps, href, isLoading, item, orientation, tit
6868
orientation={orientation}
6969
titleLink={link}
7070
withButtonLink={withButtonLink}
71-
withTitleLink={withTitleLink}
71+
// withTitleLink={withTitleLink}
7272
/>
7373
</>
7474
)}

0 commit comments

Comments
 (0)