mirror of
https://github.com/discourse/discourse.git
synced 2025-01-16 03:42:41 +08:00
DEV: update deprecated icon name archive to box-archive in chat plugin (#30687)
This commit is contained in:
parent
b1bae9b785
commit
8719235cfd
|
@ -36,7 +36,7 @@ export function channelStatusIcon(channelStatus) {
|
||||||
case CHANNEL_STATUSES.readOnly:
|
case CHANNEL_STATUSES.readOnly:
|
||||||
return "comment-slash";
|
return "comment-slash";
|
||||||
case CHANNEL_STATUSES.archived:
|
case CHANNEL_STATUSES.archived:
|
||||||
return "archive";
|
return "box-archive";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user