mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
feat(ui): change upscaling icon
This commit is contained in:
committed by
Kent Keirsey
parent
4bd7b25179
commit
568cae919a
@@ -7,8 +7,7 @@ import StatusIndicator from 'features/system/components/StatusIndicator';
|
||||
import { TabMountGate } from 'features/ui/components/TabMountGate';
|
||||
import { memo } from 'react';
|
||||
import { useTranslation } from 'react-i18next';
|
||||
import { GiResize } from 'react-icons/gi';
|
||||
import { PiBoundingBoxBold, PiCubeBold, PiFlowArrowBold, PiQueueBold } from 'react-icons/pi';
|
||||
import { PiBoundingBoxBold, PiCubeBold, PiFlowArrowBold, PiFrameCornersBold, PiQueueBold } from 'react-icons/pi';
|
||||
|
||||
import { TabButton } from './TabButton';
|
||||
|
||||
@@ -24,7 +23,7 @@ export const VerticalNavBar = memo(() => {
|
||||
<TabButton tab="canvas" icon={<PiBoundingBoxBold />} label={t('ui.tabs.canvas')} />
|
||||
</TabMountGate>
|
||||
<TabMountGate tab="upscaling">
|
||||
<TabButton tab="upscaling" icon={<GiResize />} label={t('ui.tabs.upscaling')} />
|
||||
<TabButton tab="upscaling" icon={<PiFrameCornersBold />} 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