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:
parent
0b4bec1ac8
commit
315b2aa257
2 changed files with 1 additions and 2 deletions
|
@ -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 {
|
||||
|
|
|
@ -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})}
|
||||
|
|
Loading…
Add table
Reference in a new issue