Skip to content

Commit

Permalink
Updates SM links, adds trailing slash (#29454)
Browse files Browse the repository at this point in the history
  • Loading branch information
radavis committed Apr 29, 2024
1 parent 29d7492 commit 05eb977
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/applications/mhv-landing-page/constants.js
Expand Up @@ -28,15 +28,15 @@ export const HEALTH_TOOL_LINKS = freeze({
]),
MESSAGES: freeze([
{
href: '/my-health/secure-messages/inbox',
href: '/my-health/secure-messages/inbox/',
text: 'Inbox',
},
{
href: '/my-health/secure-messages/new-message',
href: '/my-health/secure-messages/new-message/',
text: 'Send a new message',
},
{
href: '/my-health/secure-messages/folders',
href: '/my-health/secure-messages/folders/',
text: 'Manage folders',
},
]),
Expand Down

0 comments on commit 05eb977

Please sign in to comment.