diff --git a/src/components/AccountSidebar.astro b/src/components/AccountSidebar.astro index bf1029f17..98f2c0fb7 100644 --- a/src/components/AccountSidebar.astro +++ b/src/components/AccountSidebar.astro @@ -64,16 +64,16 @@ const sidebarLinks = [ classes: 'h-4 w-4', }, }, - { - href: '/account/billing', - title: 'Billing', - id: 'billing', - isNew: true, - icon: { - glyph: 'credit-card', - classes: 'h-4 w-4', - }, - }, + // { + // href: '/account/billing', + // title: 'Billing', + // id: 'billing', + // isNew: true, + // icon: { + // glyph: 'credit-card', + // classes: 'h-4 w-4', + // }, + // }, { href: '/account/settings', title: 'Settings',