Skip to content

Commit

Permalink
feat(billing): add menu option for reducing bill info (#18050)
Browse files Browse the repository at this point in the history
add menu option for reducing bill info
  • Loading branch information
raquelmsmith authored and daibhin committed Oct 23, 2023
1 parent 956da86 commit 2afad9f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions frontend/src/scenes/billing/BillingProduct.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,13 @@ export const BillingProduct = ({ product }: { product: BillingProductV2Type }):
Contact support to unsubscribe
</LemonButton>
)}
<LemonButton
fullWidth
status="stealth"
to="https://posthog.com/docs/billing/estimating-usage-costs#how-to-reduce-your-posthog-costs"
>
Learn how to reduce your bill
</LemonButton>
{billing?.billing_period?.interval == 'month' && (
<LemonButton
fullWidth
Expand Down

0 comments on commit 2afad9f

Please sign in to comment.