Update views.cljs

Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
This commit is contained in:
Dean Eigenmann 2020-07-14 11:52:32 +02:00 committed by Churikova Tetiana
parent f057d527b5
commit f8af5a51be
No known key found for this signature in database
GPG Key ID: 0D4EA7B33B47E6D8
1 changed files with 1 additions and 1 deletions

View File

@ -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]