diff --git a/web/SWMansionIcon.react.js b/web/SWMansionIcon.react.js --- a/web/SWMansionIcon.react.js +++ b/web/SWMansionIcon.react.js @@ -17,7 +17,7 @@ | 'plus' | 'settings' | 'wrench' - | 'Filled' + | 'message-filled-round' | 'bug' | 'cloud' | 'copy' @@ -27,7 +27,7 @@ | 'message-circle-line' | 'question-circle' | 'search' - | 'outline-key' + | 'key' | 'chevron-left' | 'arrow-left' | 'arrow-right' diff --git a/web/chat/chat-tabs.react.js b/web/chat/chat-tabs.react.js --- a/web/chat/chat-tabs.react.js +++ b/web/chat/chat-tabs.react.js @@ -39,7 +39,7 @@ title="Focus" tabIsActive={activeTab === 'Focus'} onClick={onClickHome} - icon="Filled" + icon="message-filled-round" />