diff options
Diffstat (limited to 'src/main/resources/templates/views/partial/navigation.html')
-rw-r--r-- | src/main/resources/templates/views/partial/navigation.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/templates/views/partial/navigation.html b/src/main/resources/templates/views/partial/navigation.html index 3171c678..a3621bef 100644 --- a/src/main/resources/templates/views/partial/navigation.html +++ b/src/main/resources/templates/views/partial/navigation.html @@ -20,7 +20,7 @@ </div> <nav id="global"> <a href="/"> - <i data-icon="ei-comment" data-size="s"></i> + <i data-icon="ei-bell" data-size="s"></i> <span class="icon-title">{{ i18n("messages","link.discuss") }}</span>{% if visitor.unreadCount > 0 %}<span class="badge">{{ visitor.unreadCount }}</span>{% endif %} </a> <a href="/?show=all" rel="nofollow"> |