Skip to content

Commit

Permalink
Merge pull request #1715 from ClimateWatch-Vizzuality/adjust-explore-…
Browse files Browse the repository at this point in the history
…ndc-module-button

Adjust Homepage and NDCS Explorer NDC tracker link buttons
  • Loading branch information
SARodrigues authored Nov 26, 2024
2 parents 95efebf + a35c948 commit 6e719a9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ const NDCSExplore = ({ route }) => (
<div className={styles.searchWrapper}>
<Button
variant="primary"
link="/2020-ndc-tracker"
link="/ndc-tracker"
className="link-button"
>
<AbbrReplace>Go to NDC Enhancement Tracker</AbbrReplace>
<AbbrReplace>Go to NDC Tracker</AbbrReplace>
</Button>
<span data-tour="ndc-explore-01">
<AutocompleteSearch
Expand Down

0 comments on commit 6e719a9

Please sign in to comment.