mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-08 02:52:39 -05:00
Added static HTML for tier names in account settings
refs https://github.com/TryGhost/Team/issues/1069
This commit is contained in:
parent
de9c0ef99a
commit
7e4e1bcfe2
1 changed files with 3 additions and 0 deletions
|
@ -285,6 +285,9 @@ const PaidAccountActions = () => {
|
|||
<>
|
||||
<section>
|
||||
<div className='gh-portal-list-detail'>
|
||||
{/* Shows the name of the tier if there are multiple tiers */}
|
||||
{/* <h3>Bronze</h3> */}
|
||||
{/* Shows "Plan" if there are no multiple tiers */}
|
||||
<h3>Plan</h3>
|
||||
<PlanLabel price={price} isComplimentary={isComplimentary} subscription={subscription} />
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue