Skip to content

Commit

Permalink
Onboarding link fix
Browse files Browse the repository at this point in the history
  • Loading branch information
majakomel committed Oct 20, 2023
1 parent 9699e86 commit 9bf2364
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions renderer/components/onboard/Sections.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,7 @@ const SectionThingsToKnow = ({onNext, quizActive, quizComplete, toggleQuiz, onQu
</Button>
</Box>
<Box mt={3} mx='auto'>
<NLink href='https://ooni.org/about/risks/' passHref>
<ExternalLink color='gray3'><FormattedMessage id="Settings.About.Content.LearnMore" /></ExternalLink>
</NLink>
<ExternalLink href='https://ooni.org/about/risks/' color='gray3'><FormattedMessage id="Settings.About.Content.LearnMore" /></ExternalLink>
</Box>
</Flex>
</div>
Expand Down

0 comments on commit 9bf2364

Please sign in to comment.