1
0
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:
Kamran Ahmed
2025-03-13 01:16:19 +00:00
parent eb95da0bb0
commit e27146d549

View File

@@ -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',