chore: Fix spec
This commit is contained in:
@@ -111,7 +111,7 @@ describe('#Inbox Helpers', () => {
|
||||
|
||||
it('returns correct line icon for TikTok', () => {
|
||||
expect(getInboxIconByType(INBOX_TYPES.TIKTOK, null, 'line')).toBe(
|
||||
'i-ri-tiktok-line'
|
||||
'i-woot-tiktok'
|
||||
);
|
||||
});
|
||||
|
||||
|
||||
@@ -67,7 +67,7 @@ const requestAuthorization = async () => {
|
||||
<Button
|
||||
class="text-white !rounded-full !px-6 bg-gradient-to-r from-[#00f2ea] via-[#ff0050] to-[#000000]"
|
||||
lg
|
||||
icon="i-ri-tiktok-line"
|
||||
icon="i-woot-tiktok"
|
||||
:disabled="isRequestingAuthorization"
|
||||
:is-loading="isRequestingAuthorization"
|
||||
:label="$t('INBOX_MGMT.ADD.TIKTOK.CONTINUE_WITH_TIKTOK')"
|
||||
|
||||
Reference in New Issue
Block a user