mirror of
https://github.com/discourse/discourse.git
synced 2025-04-01 22:36:45 +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:
|
||||
return "comment-slash";
|
||||
case CHANNEL_STATUSES.archived:
|
||||
return "archive";
|
||||
return "box-archive";
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user