Skip to content

Commit

Permalink
fix: changes links in constants file
Browse files Browse the repository at this point in the history
  • Loading branch information
Pvcunha committed Feb 23, 2024
1 parent 3c074aa commit 6a3738a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ export const menuSupportData = (intl: IntlShape) => {
description: intl.formatMessage({
id: 'sidebar_known_issues.description',
}),
link: '/known-issues', //TODO: Trocar rota
link: '/known-issues',
},
{
id: 'Status',
Expand All @@ -202,7 +202,7 @@ export const menuSupportData = (intl: IntlShape) => {
description: intl.formatMessage({
id: 'menu_status.description',
}),
link: '#', // TODO: trocar rota
link: 'https://status.vtex.com',
},
{
id: 'Health Check',
Expand All @@ -213,7 +213,7 @@ export const menuSupportData = (intl: IntlShape) => {
description: intl.formatMessage({
id: 'menu_health_check.description',
}),
link: '#', // TODO: trocar rota
link: 'https://healthcheck.vtex.com/',
},
{
id: 'Support Rules',
Expand Down

0 comments on commit 6a3738a

Please sign in to comment.