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:
Aman Agrawal
2020-11-10 13:47:07 +05:30
committed by Tim Abbott
parent a29b328854
commit b84bce2bc7
3 changed files with 3 additions and 3 deletions

View File

@@ -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();