From 058448eafdbf201744ebe84dd37c40f28929ef56 Mon Sep 17 00:00:00 2001 From: Goran Jovic Date: Sun, 29 Oct 2017 17:39:21 +0100 Subject: [PATCH] added devcon to the list of public chats --- src/status_im/ui/screens/discover/views.cljs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/status_im/ui/screens/discover/views.cljs b/src/status_im/ui/screens/discover/views.cljs index b39ca72ece..79af06f440 100644 --- a/src/status_im/ui/screens/discover/views.cljs +++ b/src/status_im/ui/screens/discover/views.cljs @@ -117,7 +117,11 @@ {:name "All about Ethereum" :topic "ethereum" :count 32 - :color "#778CDC"}]) + :color "#778CDC"} + {:name "Devcon" + :topic "devcon" + :count 47 + :color "#77DCC6"}]) (defn navigate-to-public-chat [topic] (re-frame/dispatch [:create-new-public-chat topic]))