DEV: update deprecated icon name archive to box-archive in chat plugin (#30687)

This commit is contained in:
Kelv
2025-01-10 12:59:56 +08:00
committed by GitHub
parent b1bae9b785
commit 8719235cfd

View File

@ -36,7 +36,7 @@ export function channelStatusIcon(channelStatus) {
case CHANNEL_STATUSES.readOnly:
return "comment-slash";
case CHANNEL_STATUSES.archived:
return "archive";
return "box-archive";
}
}