mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 22:43:42 +00:00
all_messages: Change default icon from home to align-left.
Since All messages narrow is no longer home page for webapp, we change its icon to align-left which also shows a concept of interleaved topics / messages.
This commit is contained in:
@@ -24,7 +24,7 @@ function make_message_view_header(filter) {
|
||||
if (filter === undefined) {
|
||||
return {
|
||||
title: i18n.t("All messages"),
|
||||
icon: "home",
|
||||
icon: "align-left",
|
||||
};
|
||||
}
|
||||
message_view_header.title = filter.get_title();
|
||||
|
||||
Reference in New Issue
Block a user