This commit is contained in:
Quan HL
2023-10-23 19:13:24 +07:00
parent 9bddc2ce25
commit e0dd95a494
2 changed files with 3 additions and 3 deletions

View File

@@ -441,7 +441,7 @@ export const Phone = ({
}}
/>
<IconButtonMenu
icon={<GitMerge />}
icon={<List />}
tooltip="Call to a queue"
onClick={(value) => {
const calledQueue = `queue-${value}`;
@@ -467,7 +467,7 @@ export const Phone = ({
/>
<IconButtonMenu
icon={<List />}
icon={<GitMerge />}
tooltip="Call to an application"
onClick={(value) => {
const calledAppId = `app-${value}`;

View File

@@ -9,7 +9,7 @@ export const Settings = () => {
<Tabs isFitted colorScheme={DEFAULT_COLOR_SCHEME}>
<TabList mb="1em" gap={1}>
<Tab>Basic</Tab>
<Tab>Advance</Tab>
<Tab>Advanced</Tab>
</TabList>
<TabPanels mt={1}>