added devcon to the list of public chats
This commit is contained in:
parent
a6f9eb6cea
commit
058448eafd
|
@ -117,7 +117,11 @@
|
||||||
{:name "All about Ethereum"
|
{:name "All about Ethereum"
|
||||||
:topic "ethereum"
|
:topic "ethereum"
|
||||||
:count 32
|
:count 32
|
||||||
:color "#778CDC"}])
|
:color "#778CDC"}
|
||||||
|
{:name "Devcon"
|
||||||
|
:topic "devcon"
|
||||||
|
:count 47
|
||||||
|
:color "#77DCC6"}])
|
||||||
|
|
||||||
(defn navigate-to-public-chat [topic]
|
(defn navigate-to-public-chat [topic]
|
||||||
(re-frame/dispatch [:create-new-public-chat topic]))
|
(re-frame/dispatch [:create-new-public-chat topic]))
|
||||||
|
|
Loading…
Reference in New Issue