Change icon to FaInfo

This commit is contained in:
mickr777 2023-07-17 10:11:18 +10:00 committed by GitHub
parent 036e5d7292
commit d9a853857c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ import {
FaExpand, FaExpand,
FaMinus, FaMinus,
FaPlus, FaPlus,
FaGripVertical, FaInfo,
} from 'react-icons/fa'; } from 'react-icons/fa';
import { useReactFlow } from 'reactflow'; import { useReactFlow } from 'reactflow';
import { import {
@ -72,7 +72,7 @@ const ViewportControls = () => {
isChecked={shouldShowFieldTypeLegend} isChecked={shouldShowFieldTypeLegend}
onClick={handleClickedToggleFieldTypeLegend} onClick={handleClickedToggleFieldTypeLegend}
aria-label="Show/Hide Field Type Legend" aria-label="Show/Hide Field Type Legend"
icon={<FaGripVertical />} icon={<FaInfo />}
/> />
</ButtonGroup> </ButtonGroup>
); );