Add billing

pull/8326/head
Kamran Ahmed 1 month ago
parent eb95da0bb0
commit e27146d549
  1. 20
      src/components/AccountSidebar.astro

@ -64,16 +64,16 @@ const sidebarLinks = [
classes: 'h-4 w-4', classes: 'h-4 w-4',
}, },
}, },
// { {
// href: '/account/billing', href: '/account/billing',
// title: 'Billing', title: 'Billing',
// id: 'billing', id: 'billing',
// isNew: true, isNew: true,
// icon: { icon: {
// glyph: 'credit-card', glyph: 'credit-card',
// classes: 'h-4 w-4', classes: 'h-4 w-4',
// }, },
// }, },
{ {
href: '/account/settings', href: '/account/settings',
title: 'Settings', title: 'Settings',

Loading…
Cancel
Save