Skip to content

Commit 76d1d59

Browse files
chore: updated sidebar
1 parent eed7b69 commit 76d1d59

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

components/sidebar/sidebar-routes.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,18 +69,18 @@ const settingsRoutes = [
6969
label: 'General',
7070
},
7171
{
72-
href: '/settings/notifications',
73-
icon: Rss,
72+
href: '/settings/billing',
73+
icon: Wallet2,
7474
isNew: false,
7575
isProtected: true,
76-
label: 'Notifications',
76+
label: 'Billing & Subscription',
7777
},
7878
{
79-
href: '/settings/billing',
80-
icon: Wallet2,
79+
href: '/settings/notifications',
80+
icon: Rss,
8181
isNew: false,
8282
isProtected: true,
83-
label: 'Billing',
83+
label: 'Notifications',
8484
},
8585
];
8686

0 commit comments

Comments
 (0)