mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Change icon to FaInfo
This commit is contained in:
parent
036e5d7292
commit
d9a853857c
@ -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>
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user