0
Fork 0
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:
Djordje Vlaisavljevic 2022-02-10 10:43:23 +01:00
parent de9c0ef99a
commit 7e4e1bcfe2

View file

@ -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>