Add icon to the left pane archive button

This commit is contained in:
Evan Hahn 2021-10-06 10:45:25 -05:00 committed by GitHub
parent 6f7e5d6242
commit 0f9608d9a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 35 additions and 3 deletions

View file

@ -197,7 +197,10 @@ export const ConversationList: React.FC<PropsType> = ({
onClick={onClickArchiveButton}
type="button"
>
{i18n('archivedConversations')}{' '}
<div className="module-conversation-list__item--archive-button__icon" />
<span className="module-conversation-list__item--archive-button__text">
{i18n('archivedConversations')}
</span>
<span className="module-conversation-list__item--archive-button__archived-count">
{row.archivedConversationsCount}
</span>