added devcon to the list of public chats

This commit is contained in:
Goran Jovic 2017-10-29 17:39:21 +01:00 committed by Oskar Thorén
parent a6f9eb6cea
commit 058448eafd
1 changed files with 5 additions and 1 deletions

View File

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