mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Merge pull request #27174 from overleaf/dp-subscription-settings
Add subscription option to settings modal GitOrigin-RevId: 5f38db41c1d4f5727d56e2d0a4e0740e83114f15
This commit is contained in:
Binary file not shown.
@@ -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]
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user