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,
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>
);