Просмотр исходного кода

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

Add subscription option to settings modal

GitOrigin-RevId: 5f38db41c1d4f5727d56e2d0a4e0740e83114f15
David 1 год назад
Родитель
Сommit
97eceb9c58

BIN
services/web/frontend/fonts/material-symbols/MaterialSymbolsRoundedUnfilledPartialSlice.woff2


+ 1 - 0
services/web/frontend/fonts/material-symbols/unfilled-symbols.mjs

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

+ 6 - 0
services/web/frontend/js/features/ide-redesign/components/settings/settings-modal.tsx

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