feat: Move billing to preferences (#566)

* feat: move billing to preferences

* chore: remove the commented lines
This commit is contained in:
Ahmed Bouhuolia
2024-08-06 12:12:41 +02:00
committed by GitHub
parent 3cbcfac333
commit f21b01b1d6
7 changed files with 37 additions and 32 deletions

View File

@@ -8,6 +8,10 @@ export default [
disabled: false,
href: '/preferences/general',
},
{
text: 'Billing',
href: '/preferences/billing',
},
{
text: <T id={'users'} />,
href: '/preferences/users',