Skip to content

Commit e5c1dd2

Browse files
committed
fix: update payment URLs in ToolStack component
1 parent 97bca88 commit e5c1dd2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

theme/components/tool-stack.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ export const ToolStack: React.FC = memo(() => {
2222
? 'Complete payment gateway to process transactions securely and efficiently'
2323
: 'Pasarela de pagos completa para procesar transacciones de forma segura y eficiente',
2424
logo: '💰',
25-
url: '/payment',
26-
urlText: 'docs/payment',
25+
url: '/pay',
26+
urlText: 'docs/pay',
2727
},
2828
];
2929

0 commit comments

Comments
 (0)