Skip to content

Commit

Permalink
fix(ProductSwitcher): update Text Accounts name and icon (#1423)
Browse files Browse the repository at this point in the history
Co-authored-by: Vadym <[email protected]>
  • Loading branch information
robertp-lc and VadymBezpalko authored Nov 7, 2024
1 parent b9ee77a commit 76d5635
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {
KnowledgeBaseMono,
LiveChatMono,
OpenWidgetMono,
TextAccounts,
TextLogo,
} from '@livechat/design-system-icons';

import { OpenWidgetLogoUri } from './openwidgetLogoUri';
Expand Down Expand Up @@ -82,8 +82,8 @@ export const ProductSwitcherProducts: ProductOption[] = [
},
{
id: 'accounts',
name: 'Accounts',
icon: TextAccounts,
name: 'Text Accounts',
icon: TextLogo,
backgroundColors: {
main: 'var(--surface-locked-white)',
second: 'var(--products-livechat)',
Expand Down

0 comments on commit 76d5635

Please sign in to comment.