Skip to content

Commit 9c4c9cc

Browse files
committed
Updated menu icon in Generator component
1 parent 699d3f3 commit 9c4c9cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ui/src/features/tools/generator/generator.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import {
3131
import LoadingButton from "@mui/lab/LoadingButton";
3232

3333
import {
34-
ArrowDropDownOutlined,
34+
MenuOpenOutlined,
3535
ContentCopyOutlined,
3636
PieChartOutlined
3737
} from "@mui/icons-material";
@@ -682,7 +682,7 @@ const Generator = () => {
682682
disableRipple
683683
onClick={handleClick}
684684
>
685-
<ArrowDropDownOutlined />
685+
<MenuOpenOutlined />
686686
</IconButton>
687687
}}
688688
sx={{

0 commit comments

Comments
 (0)