mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-09-02 22:02:39 +02:00
Add billing
This commit is contained in:
@@ -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',
|
||||
|
Reference in New Issue
Block a user