mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
Change icon to FaInfo
This commit is contained in:
@@ -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={<FaGripVertical />}
|
||||
icon={<FaInfo />}
|
||||
/>
|
||||
</ButtonGroup>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user