Skip to content

Commit

Permalink
Add links (#3639)
Browse files Browse the repository at this point in the history
  • Loading branch information
Iris Salcedo authored Jun 23, 2021
1 parent d845df5 commit ec834c7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/screens/reclaimBalance/introduction.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const Introduction = ({ t, nextStep }) => (
<span
className={styles.link}
onClick={() => {
window.open('https://lisk.com/blog', '_blank', 'rel=noopener noreferrer');
window.open('https://lisk.com/blog/development/actions-required-upcoming-mainnet-migration', '_blank', 'rel=noopener noreferrer');
}}
>
{t('here')}
Expand Down
9 changes: 7 additions & 2 deletions src/components/screens/reclaimBalance/reclaim.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,12 @@ const Reclaim = ({ t }) => {
{t('Hence your LSK in your old account can not be used to pay the fee. Read more')}
</p>
<br />
<p className={styles.link}>
<p
className={styles.link}
onClick={() => {
window.open('https://lisk.com/blog/development/actions-required-upcoming-mainnet-migration#MigrateanunitiliazedAccount', '_blank', 'rel=noopener noreferrer');
}}
>
{t('Read more')}
</p>
</>
Expand All @@ -68,7 +73,7 @@ const Reclaim = ({ t }) => {
<span
className={styles.link}
onClick={() => {
window.open('https://lisk.com/blog', '_blank', 'rel=noopener noreferrer');
window.open('https://lisk.com/blog/development/actions-required-upcoming-mainnet-migration#MigrateanunitiliazedAccount', '_blank', 'rel=noopener noreferrer');
}}
>
{t('external services')}
Expand Down

0 comments on commit ec834c7

Please sign in to comment.