mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-02 19:24:58 -05:00
change upscaling icon
This commit is contained in:
committed by
Mary Hipp Rogers
parent
5360740613
commit
e019df032e
@@ -7,7 +7,8 @@ import StatusIndicator from 'features/system/components/StatusIndicator';
|
||||
import { TabMountGate } from 'features/ui/components/TabMountGate';
|
||||
import { memo } from 'react';
|
||||
import { useTranslation } from 'react-i18next';
|
||||
import { PiArrowsOutBold, PiBoundingBoxBold, PiCubeBold, PiFlowArrowBold, PiQueueBold } from 'react-icons/pi';
|
||||
import { GiResize } from 'react-icons/gi';
|
||||
import { PiBoundingBoxBold, PiCubeBold, PiFlowArrowBold, PiQueueBold } from 'react-icons/pi';
|
||||
|
||||
import { TabButton } from './TabButton';
|
||||
|
||||
@@ -23,7 +24,7 @@ export const VerticalNavBar = memo(() => {
|
||||
<TabButton tab="canvas" icon={<PiBoundingBoxBold />} label={t('ui.tabs.canvas')} />
|
||||
</TabMountGate>
|
||||
<TabMountGate tab="upscaling">
|
||||
<TabButton tab="upscaling" icon={<PiArrowsOutBold />} label={t('ui.tabs.upscaling')} />
|
||||
<TabButton tab="upscaling" icon={<GiResize />} label={t('ui.tabs.upscaling')} />
|
||||
</TabMountGate>
|
||||
<TabMountGate tab="workflows">
|
||||
<TabButton tab="workflows" icon={<PiFlowArrowBold />} label={t('ui.tabs.workflows')} />
|
||||
|
||||
Reference in New Issue
Block a user