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