diff options
Diffstat (limited to 'shardweb/lib/templates/chat/chat.html.eex')
-rw-r--r-- | shardweb/lib/templates/chat/chat.html.eex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shardweb/lib/templates/chat/chat.html.eex b/shardweb/lib/templates/chat/chat.html.eex index 45609d8..28cc9e6 100644 --- a/shardweb/lib/templates/chat/chat.html.eex +++ b/shardweb/lib/templates/chat/chat.html.eex @@ -18,7 +18,7 @@ <i class="fa fa-comments"></i> Chat rooms </li> <li class="active"> - <i class="fa fa-users"></i> #<%= @chan %> + <i class="fa fa-hashtag"></i> <%= @chan %> </li> <% else %> <li> |