Skip to content

Commit

Permalink
removing comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mayaraman19 committed Mar 20, 2024
1 parent e198b83 commit 7ebf9cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Card/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ const Card = ({

const styles = ['landing', 'product-landing'].includes(template)
? { dim: dim, style: '' }
: { dim: dim, style: compactIconStyle }; // used for both width/height
: { dim: dim, style: compactIconStyle };

const styling = [
cardBaseStyles,
Expand Down

0 comments on commit 7ebf9cd

Please sign in to comment.