diff --git a/app/javascript/dashboard/helper/inbox.js b/app/javascript/dashboard/helper/inbox.js index 82ef62c6d..401739706 100644 --- a/app/javascript/dashboard/helper/inbox.js +++ b/app/javascript/dashboard/helper/inbox.js @@ -46,7 +46,7 @@ const INBOX_ICON_MAP_LINE = { [INBOX_TYPES.LINE]: 'i-woot-line', [INBOX_TYPES.INSTAGRAM]: 'i-woot-instagram', [INBOX_TYPES.VOICE]: 'i-woot-voice', - [INBOX_TYPES.TIKTOK]: 'i-ri-tiktok-line', + [INBOX_TYPES.TIKTOK]: 'i-woot-tiktok', }; const DEFAULT_ICON_LINE = 'i-ri-chat-1-line'; diff --git a/theme/icons.js b/theme/icons.js index 866a6509b..d11f12805 100644 --- a/theme/icons.js +++ b/theme/icons.js @@ -223,9 +223,9 @@ export const icons = { height: 24, }, tiktok: { - body: ``, - width: 12, - height: 14, + body: ``, + width: 24, + height: 24, }, messenger: { body: ``,