From 6deceb651c21dbe8031219bffb97e0b0eed8fce3 Mon Sep 17 00:00:00 2001 From: iamsivin Date: Wed, 17 Dec 2025 23:14:24 +0530 Subject: [PATCH] chore: Fix Tiktok icon --- app/javascript/dashboard/helper/inbox.js | 2 +- theme/icons.js | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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: ``,