Add subscription option to settings modal GitOrigin-RevId: 5f38db41c1d4f5727d56e2d0a4e0740e83114f15
@@ -4,6 +4,7 @@
// You may need to hard reload your browser window to see the changes.
export default /** @type {const} */ ([
+ 'account_balance',
'auto_delete',
'book_5',
'brush',
@@ -43,6 +43,12 @@ const SettingsModal = () => {
icon: 'settings',
href: '/user/settings',
},
+ {
+ key: 'subscription',
+ title: t('subscription'),
+ icon: 'account_balance',
+ href: '/user/subscription',
+ },
],
[t]
)