Skip to content

Commit

Permalink
fix(extension): [LW-12002] adjust govtool faq link (#1604)
Browse files Browse the repository at this point in the history
  • Loading branch information
mchappell committed Dec 18, 2024
1 parent 6a80d9e commit 5988e92
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ export const RegisterAsDRepBanner = ({ popupView, openExternalLink, govToolUrl }
a: (
<a
className={styles.legalButton}
onClick={() =>
openExternalLink(`${process.env.FAQ_URL}?question=what-is-the-voltaire-govtool-on-sanchonet`)
}
onClick={() => openExternalLink(`${process.env.FAQ_URL}?question=what-is-the-voltaire-govtool`)}
data-testid="terms-of-service-link"
/>
),
Expand Down

0 comments on commit 5988e92

Please sign in to comment.