diff --git a/invokeai/frontend/web/src/features/nodes/components/ViewportControls.tsx b/invokeai/frontend/web/src/features/nodes/components/ViewportControls.tsx index d6c22193ea..3f7a54fdfc 100644 --- a/invokeai/frontend/web/src/features/nodes/components/ViewportControls.tsx +++ b/invokeai/frontend/web/src/features/nodes/components/ViewportControls.tsx @@ -7,7 +7,7 @@ import { FaExpand, FaMinus, FaPlus, - FaGripVertical, + FaInfo, } from 'react-icons/fa'; import { useReactFlow } from 'reactflow'; import { @@ -72,7 +72,7 @@ const ViewportControls = () => { isChecked={shouldShowFieldTypeLegend} onClick={handleClickedToggleFieldTypeLegend} aria-label="Show/Hide Field Type Legend" - icon={} + icon={} /> );