Show the users that the keycard feature will be coming soon (#19686)
This commit is contained in:
parent
8807a63989
commit
549efdb77c
|
@ -49,12 +49,13 @@
|
||||||
[:screen/onboarding.enter-seed-phrase
|
[:screen/onboarding.enter-seed-phrase
|
||||||
:screen/onboarding.new-to-status]])}]
|
:screen/onboarding.new-to-status]])}]
|
||||||
[rn/view {:style style/space-between-suboptions}]
|
[rn/view {:style style/space-between-suboptions}]
|
||||||
|
(when config/show-not-implemented-features?
|
||||||
[quo/small-option-card
|
[quo/small-option-card
|
||||||
{:variant :icon
|
{:variant :icon
|
||||||
:title (i18n/label :t/use-keycard)
|
:title (i18n/label :t/use-keycard)
|
||||||
:subtitle (i18n/label :t/use-keycard-subtitle)
|
:subtitle (i18n/label :t/use-keycard-subtitle)
|
||||||
:image (resources/get-image :use-keycard)
|
:image (resources/get-image :use-keycard)
|
||||||
:on-press #(js/alert "TODO: to be implemented")}]]]))
|
:on-press #(js/alert "TODO: to be implemented")}])]]))
|
||||||
|
|
||||||
(defn getting-started-doc
|
(defn getting-started-doc
|
||||||
[]
|
[]
|
||||||
|
|
Loading…
Reference in New Issue