We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eed7b69 commit 76d1d59Copy full SHA for 76d1d59
components/sidebar/sidebar-routes.tsx
@@ -69,18 +69,18 @@ const settingsRoutes = [
69
label: 'General',
70
},
71
{
72
- href: '/settings/notifications',
73
- icon: Rss,
+ href: '/settings/billing',
+ icon: Wallet2,
74
isNew: false,
75
isProtected: true,
76
- label: 'Notifications',
+ label: 'Billing & Subscription',
77
78
79
- href: '/settings/billing',
80
- icon: Wallet2,
+ href: '/settings/notifications',
+ icon: Rss,
81
82
83
- label: 'Billing',
+ label: 'Notifications',
84
85
];
86
0 commit comments