Merge pull request #27174 from overleaf/dp-subscription-settings

Add subscription option to settings modal

GitOrigin-RevId: 5f38db41c1d4f5727d56e2d0a4e0740e83114f15
This commit is contained in:
David
2025-07-17 10:34:06 +01:00
committed by Copybot
parent 63ca134fc5
commit 97eceb9c58
3 changed files with 7 additions and 0 deletions

View File

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

View File

@@ -43,6 +43,12 @@ const SettingsModal = () => {
icon: 'settings',
href: '/user/settings',
},
{
key: 'subscription',
title: t('subscription'),
icon: 'account_balance',
href: '/user/subscription',
},
],
[t]
)