feat/course
Arik Chakma 6 days ago
parent 07bb084108
commit 586e8a8251
  1. 10
      src/components/AccountSidebar.astro
  2. 16
      src/pages/account/billing.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',

@ -1,16 +0,0 @@
---
import AccountSidebar from '../../components/AccountSidebar.astro';
import AccountLayout from '../../layouts/AccountLayout.astro';
import { BillingPage } from '../../components/Billing/BillingPage';
---
<AccountLayout
title='Billing'
description=''
noIndex={true}
initialLoadingMessage={'Loading billing information'}
>
<AccountSidebar activePageId='billing' activePageTitle='Billing'>
<BillingPage client:load />
</AccountSidebar>
</AccountLayout>
Loading…
Cancel
Save