Skip to content

Commit

Permalink
(4.1) Adjust homepage buttons to link to the new ndc tracker
Browse files Browse the repository at this point in the history
  • Loading branch information
SARodrigues committed Nov 26, 2024
1 parent a1ceaf0 commit bb942a3
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ export const slidesData = [
type: 'button'
},
{
text: 'NDC Enhancement Tracker',
link: '/2020-ndc-tracker',
text: 'NDC Tracker',
link: '/ndc-tracker',
variant: 'primary',
type: 'button'
},
Expand All @@ -51,8 +51,8 @@ export const slidesData = [
type: 'button'
},
{
text: 'NDC Enhancement Tracker',
link: '/2020-ndc-tracker',
text: 'NDC Tracker',
link: '/ndc-tracker',
variant: 'primary',
type: 'button'
},
Expand Down

0 comments on commit bb942a3

Please sign in to comment.