onChange('monthly')} class="billing-toggle__button" class:billing-toggle__button--active={billingCycle === 'monthly'} >
{monthlyLabel}
onChange('yearly')} class="billing-toggle__button billing-toggle__button--yearly" class:billing-toggle__button--active={billingCycle === 'yearly'} >
{yearlyLabel}
{#if yearlyDiscount}
-{yearlyDiscount}
{/if}