0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-01 02:41:39 -05:00

Removed cadence from offers

This commit is contained in:
Peter Zimon 2022-03-28 13:49:57 +02:00
parent 0b4bec1ac8
commit 315b2aa257
2 changed files with 1 additions and 2 deletions

View file

@ -210,7 +210,7 @@ export const ProductsSectionStyles = ({site}) => {
align-self: flex-start;
font-size: 2.7rem;
font-weight: 700;
line-height: 1.115em;
line-height: 1.135em;
}
.gh-portal-product-price .currency-sign.long {

View file

@ -470,7 +470,6 @@ export default class OfferPage extends React.Component {
<div className="gh-portal-product-price">
<span className={'currency-sign ' + currencyClass}>{getCurrencySymbol(price.currency)}</span>
<span className="amount">{formatNumber(this.renderRoundedPrice(updatedPrice))}</span>
<span className="billing-period">/year</span>
</div>
</div>
{this.renderOfferMessage({offer, product})}