Remove sidebar

feat/ai-courses
Kamran Ahmed 1 month ago
parent d26157119b
commit a17825b4ec
  1. 20
      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',

Loading…
Cancel
Save