Skip to content

Commit

Permalink
docs: add note to broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
yqrashawn committed Oct 3, 2023
1 parent 4f75254 commit 1e68a16
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/status_im/ui/screens/browser/site_blocked/views.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
(:require [quo.core :as quo]
[quo.design-system.colors :as colors]
[re-frame.core :as re-frame]
[utils.i18n :as i18n]
[status-im.ui.components.icons.icons :as icons]
[status-im.ui.components.react :as react]
[status-im.ui.screens.browser.site-blocked.styles :as styles])
[status-im.ui.screens.browser.site-blocked.styles :as styles]
[utils.i18n :as i18n])
(:require-macros [status-im.utils.views :as views]))

(views/defview view
Expand All @@ -20,7 +20,8 @@
(i18n/label :t/browsing-site-blocked-title)]
[react/nested-text {:style styles/description-text}
(i18n/label :t/browsing-site-blocked-description1)
[{:on-press #(.openURL ^js react/linking "status-im://chat/public/status")
;; NOTE: this link is broken
[{:on-press #(.openURL ^js react/linking "status-app://chat/public/status")
:style styles/chat-link-text}
"#status"]
(i18n/label :t/browsing-site-blocked-description2)]
Expand Down

0 comments on commit 1e68a16

Please sign in to comment.