diff options
author | Alex Auvolat <alex@adnab.me> | 2018-10-12 16:47:54 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2018-10-12 16:47:54 +0200 |
commit | 76749e8f64ce3caf7e0e5c17dfee373dcf4dfe6e (patch) | |
tree | cd7651cf771cc45315322096df576fddd8cb8950 /shardweb/lib/templates/chat | |
parent | f5b4131160520a2540445619188c3c8e0f37da37 (diff) | |
download | shard-76749e8f64ce3caf7e0e5c17dfee373dcf4dfe6e.tar.gz shard-76749e8f64ce3caf7e0e5c17dfee373dcf4dfe6e.zip |
tweaks
Diffstat (limited to 'shardweb/lib/templates/chat')
-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> |