From 586e8a8251fc6f020acbca65fa4b02694e893360 Mon Sep 17 00:00:00 2001 From: Arik Chakma Date: Tue, 14 Jan 2025 03:14:10 +0600 Subject: [PATCH] wip --- src/components/AccountSidebar.astro | 10 ---------- src/pages/account/billing.astro | 16 ---------------- 2 files changed, 26 deletions(-) delete mode 100644 src/pages/account/billing.astro 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'; ---- - - - - - -