Skip to content

Commit

Permalink
Fix formatting (#6505)
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware committed Apr 30, 2024
1 parent e8546f2 commit 0dcbbe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/templates/TemplateLicense.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const TemplateLicense = ({ license }) => {
<div key={i} className="template-license-card">
<span>{title}</span>
<div className="template-license-price flex gap-3">
<h2 className={discountPrice && 'discount'} >{price}</h2>
<h2 className={discountPrice && 'discount'}>{price}</h2>
<h2 hidden={!discountPrice}>{discountPrice}</h2>
</div>
<div className="template-license-card-included">
Expand Down

0 comments on commit 0dcbbe8

Please sign in to comment.