mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: update deprecated icon name archive to box-archive in chat plugin (#30687)
This commit is contained in:
@@ -36,7 +36,7 @@ export function channelStatusIcon(channelStatus) {
|
||||
case CHANNEL_STATUSES.readOnly:
|
||||
return "comment-slash";
|
||||
case CHANNEL_STATUSES.archived:
|
||||
return "archive";
|
||||
return "box-archive";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user