Skip to content

Commit

Permalink
98582 update spotlight links (#33592)
Browse files Browse the repository at this point in the history
Co-authored-by: Richard Davis <[email protected]>
  • Loading branch information
kjsuarez and radavis authored Dec 17, 2024
1 parent 8542f23 commit 1dcd416
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions src/applications/mhv-landing-page/utilities/data/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,22 +105,19 @@ const resolveLandingPageLinks = (

const spotlightLinks = [
{
text: 'Toxic Exposure Screening: Myths and Facts',
text: 'Tips for Creating Your Login.gov or ID.me Account',
href: mhvUrl(
authdWithSSOe,
'ss20240426-toxic-exposure-screening-myths-and-facts',
'ss20241209-tips-creating-login-gov-id-me-account',
),
},
{
text: '“What Did My Doctor Say?”',
href: mhvUrl(
authdWithSSOe,
'ss20241010-what-my-doctor-say-tips-better-understanding-your-care',
),
text: '5 Morning Routines to Reduce Stress',
href: mhvUrl(authdWithSSOe, 'ss20220719-start-your-day-with-mindfulness'),
},
{
text: 'Get Your No-Cost Flu and COVID Shots',
href: mhvUrl(authdWithSSOe, 'ss20220819-protect-yourself-from-flu'),
text: 'Give Your Immune System a Boost',
href: mhvUrl(authdWithSSOe, 'ss20220803-your-body-defense-system'),
},
];

Expand Down

0 comments on commit 1dcd416

Please sign in to comment.