add universal link to open dapp in status

This commit is contained in:
Chad 2018-08-21 14:58:53 +02:00 committed by Andrey
parent c972ab5c1e
commit 0361e66d90
1 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,8 @@
(defn no-web3 []
[react/view {:style {:flex 1 :padding 10 :align-items :center :justify-content :center}}
[react/text {:style {:font-weight :bold}}
"Can't find web3 library"]])
"Can't find web3 library"]
[:a {:href "https://get.status.im/browse/status-im.github.io/dapp/"} "Open in Status"]])
(defview contract-panel [accounts]
(letsubs [message [:get :message]