Skip to content

Commit

Permalink
fix: Fix post registration recommendations card issue (#1183)
Browse files Browse the repository at this point in the history
  • Loading branch information
attiyaIshaque authored Mar 1, 2024
1 parent e4bddc2 commit ca42f38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/recommendations/ProductCard/BaseCard/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const BaseCard = ({
<div className="recommendation-card" key={`container-${uuid}`}>
<Hyperlink
target="_blank"
className="card-box"
className="card-box d-inline"
showLaunchIcon={false}
onClick={handleOnClick}
>
Expand Down

0 comments on commit ca42f38

Please sign in to comment.