Review changes
This commit is contained in:
parent
55c2c35d84
commit
24a1f1db70
|
@ -80,7 +80,7 @@
|
|||
:max-height (option-card-max-height window-height)
|
||||
:on-press #(navigate-to-sign-in-by-recovery-phrase false)}])
|
||||
|
||||
(defn- use-a-recovery-phrase-icon-card
|
||||
(defn- use-recovery-phrase-icon-card
|
||||
[]
|
||||
[quo/small-option-card
|
||||
{:variant :icon
|
||||
|
@ -90,7 +90,7 @@
|
|||
:image (resources/get-image :ethereum-address)
|
||||
:on-press #(navigate-to-sign-in-by-recovery-phrase true)}])
|
||||
|
||||
(defn- use-an-empty-keycard-icon-card
|
||||
(defn- use-empty-keycard-icon-card
|
||||
[]
|
||||
[quo/small-option-card
|
||||
{:variant :icon
|
||||
|
@ -139,11 +139,11 @@
|
|||
:weight :medium}
|
||||
(i18n/label :t/other-options)]]
|
||||
(if create-profile?
|
||||
[use-a-recovery-phrase-icon-card]
|
||||
[use-recovery-phrase-icon-card]
|
||||
[log-in-by-syncing-icon-card])
|
||||
[rn/view {:style style/space-between-suboptions}]
|
||||
(if create-profile?
|
||||
[use-an-empty-keycard-icon-card]
|
||||
[use-empty-keycard-icon-card]
|
||||
[log-in-with-keycard-icon-card])]))
|
||||
|
||||
(defn- navigate-back
|
||||
|
|
Loading…
Reference in New Issue