[#10722] Change learn about keycard link
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
This commit is contained in:
parent
fd8558421d
commit
dae891979f
|
@ -288,3 +288,4 @@
|
|||
|
||||
(def faq "https://status.im/faq/")
|
||||
(def faq-keycard (str faq "#keycard"))
|
||||
(def keycard-integration-link "https://status.im/keycard-integration")
|
||||
|
|
|
@ -83,7 +83,7 @@
|
|||
(fx/defn recovery-phrase-learn-more-pressed
|
||||
{:events [:keycard.onboarding.recovery-phrase.ui/learn-more-pressed]}
|
||||
[_]
|
||||
(.openURL ^js react/linking constants/faq-keycard))
|
||||
(.openURL ^js react/linking constants/keycard-integration-link))
|
||||
|
||||
(fx/defn recovery-phrase-next-pressed
|
||||
{:events [:keycard.onboarding.recovery-phrase.ui/next-pressed
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
(i18n/label :t/keycard-onboarding-intro-text)]]
|
||||
[react/view
|
||||
[react/touchable-highlight {:on-press #(.openURL ^js react/linking
|
||||
constants/faq-keycard)}
|
||||
constants/keycard-integration-link)}
|
||||
[react/view {:flex-direction :row
|
||||
:align-items :center
|
||||
:justify-content :center}
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
(i18n/label :t/keycard-recovery-intro-text)]]
|
||||
[react/view {:margin-top 33}
|
||||
[react/touchable-highlight {:on-press #(.openURL ^js react/linking
|
||||
constants/faq-keycard)}
|
||||
constants/keycard-integration-link)}
|
||||
[react/view {:flex-direction :row
|
||||
:align-items :center
|
||||
:justify-content :center}
|
||||
|
|
|
@ -175,7 +175,7 @@
|
|||
:height 120}}]
|
||||
[react/view {:margin-top 40}
|
||||
[react/touchable-highlight {:on-press #(.openURL ^js react/linking
|
||||
constants/faq-keycard)}
|
||||
constants/keycard-integration-link)}
|
||||
[react/view {:flex-direction :row
|
||||
:align-items :center
|
||||
:justify-content :center}
|
||||
|
|
Loading…
Reference in New Issue