align billing plans heading

This commit is contained in:
Ishaan Gupta 2026-05-29 22:54:32 +05:30
parent f57c241ce3
commit d7f4b97ed4

View file

@ -876,9 +876,7 @@ export default function Billing() {
</section>
<section id="billing-plans" className="flex flex-col gap-4">
<div className="px-2">
<SectionTitle>Plans</SectionTitle>
</div>
<SectionTitle>Plans</SectionTitle>
<div className="grid gap-4 md:grid-cols-2">
{PLAN_CARDS.map((plan) => (
<PlanCard