Skip to content

Commit

Permalink
Updated menu icon in Generator component
Browse files Browse the repository at this point in the history
  • Loading branch information
DCMattyG committed Nov 20, 2024
1 parent 699d3f3 commit 9c4c9cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/src/features/tools/generator/generator.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import {
import LoadingButton from "@mui/lab/LoadingButton";

import {
ArrowDropDownOutlined,
MenuOpenOutlined,
ContentCopyOutlined,
PieChartOutlined
} from "@mui/icons-material";
Expand Down Expand Up @@ -682,7 +682,7 @@ const Generator = () => {
disableRipple
onClick={handleClick}
>
<ArrowDropDownOutlined />
<MenuOpenOutlined />
</IconButton>
}}
sx={{
Expand Down

0 comments on commit 9c4c9cc

Please sign in to comment.