add payment section
This commit is contained in:
@@ -26,7 +26,8 @@ import type { Org } from './data'
|
||||
const links = [
|
||||
{ to: '', title: 'Perfil', end: true },
|
||||
{ to: 'address', title: 'Endereço' },
|
||||
{ to: 'subscription', title: 'Plano' }
|
||||
{ to: 'subscription', title: 'Plano' },
|
||||
{ to: 'billing', title: 'Pagamentos' }
|
||||
]
|
||||
|
||||
export function meta() {
|
||||
|
||||
Reference in New Issue
Block a user