Skip to content

Commit

Permalink
Fix link in confirm email-page
Browse files Browse the repository at this point in the history
  • Loading branch information
Redande committed Aug 23, 2024
1 parent b7a9b68 commit 20a834d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/user/ConfirmEmail.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class ConfirmEmail extends React.Component {
</InfoBox>
<p>
{this.props.t("nowContinue")}{" "}
<Link to="/osa-1">{this.props.t("toMaterial")}</Link>.
<Link to="/part-1">{this.props.t("toMaterial")}</Link>.
</p>
</FormContainer>
)
Expand Down

0 comments on commit 20a834d

Please sign in to comment.