Skip to content

Commit

Permalink
Fix link destination in Tag Generator (#1122)
Browse files Browse the repository at this point in the history
  • Loading branch information
bruceplai committed Feb 3, 2022
1 parent 49742c2 commit b1fc971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/TagGenerator/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ const TagGenerator = () => {
<AffiliationQuestionSection value={value} handleChange={handleChange}>
<Typography variant='body1'>
Are you affiliated with an&nbsp;
<Link to='/organizations/all'>organization</Link>?
<Link to='/organizations'>organization</Link>?
</Typography>
</AffiliationQuestionSection>
{value === 'yes' ? (
Expand Down

0 comments on commit b1fc971

Please sign in to comment.