Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Commit

Permalink
QMAPS-2440 fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
xem committed Jan 25, 2022
1 parent d9f630b commit 5780326
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/ui/Suggest.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ const Suggest = ({
className="historyParagraph"
dangerouslySetInnerHTML={{
__html: _(
'You can find and <a href="history" target="_self">manage your complete history</a> at any time in the menu',
'You can find and <a href="/history" target="_self">manage your complete history</a> at any time in the menu.',
'history'
),
}}
Expand All @@ -187,7 +187,7 @@ const Suggest = ({
className="historyParagraph"
dangerouslySetInnerHTML={{
__html: _(
'You can change your mind at any time and <a href="history" target="_self">manage</a> the activation of the history in the menu',
'You can change your mind at any time and <a href="/history" target="_self">manage</a> the activation of the history in the menu.',
'history'
),
}}
Expand Down

0 comments on commit 5780326

Please sign in to comment.