Update views.cljs
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
This commit is contained in:
parent
f057d527b5
commit
f8af5a51be
|
@ -151,7 +151,7 @@
|
|||
|
||||
(defn info-section []
|
||||
[react/view {:style styles/info-section}
|
||||
[react/touchable-highlight {:on-press #(.openURL ^js react/linking "https://status.im/tutorials/pairing.html")}
|
||||
[react/touchable-highlight {:on-press #(.openURL ^js react/linking "https://status.im/user_guides/pairing_devices.html")}
|
||||
[react/text {:style styles/info-section-text} (i18n/label :t/learn-more)]]])
|
||||
|
||||
(defn installations-list [installations]
|
||||
|
|
Loading…
Reference in New Issue