mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-09-09 22:31:10 +00:00
align billing plans heading
This commit is contained in:
parent
f57c241ce3
commit
d7f4b97ed4
1 changed files with 1 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue