diff --git a/src/components/AccountSidebar.astro b/src/components/AccountSidebar.astro index 067e76106..9b609304e 100644 --- a/src/components/AccountSidebar.astro +++ b/src/components/AccountSidebar.astro @@ -64,16 +64,6 @@ const sidebarLinks = [ classes: 'h-4 w-4', }, }, - { - href: '/account/billing', - title: 'Billing', - id: 'billing', - isNew: true, - icon: { - glyph: 'badge', - classes: 'h-4 w-4', - }, - }, { href: '/account/settings', title: 'Settings', diff --git a/src/pages/account/billing.astro b/src/pages/account/billing.astro deleted file mode 100644 index 616a494ed..000000000 --- a/src/pages/account/billing.astro +++ /dev/null @@ -1,16 +0,0 @@ ---- -import AccountSidebar from '../../components/AccountSidebar.astro'; -import AccountLayout from '../../layouts/AccountLayout.astro'; -import { BillingPage } from '../../components/Billing/BillingPage'; ---- - - - - - -