Skip to content

Commit

Permalink
Update navigations.js
Browse files Browse the repository at this point in the history
  • Loading branch information
meiyerDev committed Dec 11, 2024
1 parent a800451 commit 4cb9ada
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/constants/navigations.js
Original file line number Diff line number Diff line change
Expand Up @@ -199,9 +199,9 @@ export const TAB_NAVIGATION = {
title: 'Link de pagos',
links: [
{ title: 'Introducción', href: '/payments/payments-links/introduction' },
{ title: 'Crear link de pagos', href: '/payments/payments-links/create_payment_link' },
{ title: 'Gestionar link de pagos', href: '/payments/payments-links/link_management' },
{ title: 'Proceso de pago', href: '/payments/payments-links/process_pay' },
{ title: 'Crear link de pagos', href: '/payments/payments-links/create-payment-link' },
{ title: 'Gestionar link de pagos', href: '/payments/payments-links/link-management' },
{ title: 'Proceso de pago', href: '/payments/payments-links/process-pay' },

],
},
Expand Down Expand Up @@ -237,9 +237,9 @@ export const TAB_NAVIGATION = {
title: 'Payment link',
links: [
{ title: 'Introduction', href: '/payments/payments-links/introduction' },
{ title: 'Create payment link', href: '/payments/payments-links/create_payment_link' },
{ title: 'Manage payment link', href: '/payments/payments-links/link_management' },
{ title: 'Process Pay', href: '/payments/payments-links/process_pay' },
{ title: 'Create payment link', href: '/payments/payments-links/create-payment-link' },
{ title: 'Manage payment link', href: '/payments/payments-links/link-management' },
{ title: 'Process Pay', href: '/payments/payments-links/process-pay' },

],
},
Expand Down

0 comments on commit 4cb9ada

Please sign in to comment.