diff --git a/invokeai/frontend/web/src/features/ui/components/VerticalNavBar.tsx b/invokeai/frontend/web/src/features/ui/components/VerticalNavBar.tsx
index fbebff517e..a7f1135c0b 100644
--- a/invokeai/frontend/web/src/features/ui/components/VerticalNavBar.tsx
+++ b/invokeai/frontend/web/src/features/ui/components/VerticalNavBar.tsx
@@ -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(() => {
} label={t('ui.tabs.canvas')} />
- } label={t('ui.tabs.upscaling')} />
+ } label={t('ui.tabs.upscaling')} />
} label={t('ui.tabs.workflows')} />