Skip to content

Commit

Permalink
matched help link to result
Browse files Browse the repository at this point in the history
  • Loading branch information
cartja committed Feb 13, 2024
1 parent e74beb7 commit 8fcfc01
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/components/Common/Security.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,11 @@ export function Security(): React.ReactElement | null {
defaultMessage={`You can read more about security keys in the Help section: {FAQSecurityKeys}.`}
values={{
FAQSecurityKeys: (
<HashLink className="text-link" to={`../../../faq#accordion__heading-help-security-key`}>
<FormattedMessage description="about usb key - handle" defaultMessage="About Security Keys" />
<HashLink className="text-link" to={`../../../faq`}>
<FormattedMessage
description="about security key - handle"
defaultMessage="Improving the security level of eduID"
/>
</HashLink>
),
}}
Expand Down

0 comments on commit 8fcfc01

Please sign in to comment.