Skip to content

Commit

Permalink
fix - minor modif incon header
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Thuaud committed Sep 28, 2023
1 parent 42b40ba commit cf7491c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ui/Header.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Stack, Typography } from "@mui/material";
import SettingsIcon from "@mui/icons-material/Settings";
import SettingsOutlinedIcon from "@mui/icons-material/SettingsOutlined";
import { theme } from "../theme";

export function Header() {
Expand All @@ -22,7 +22,7 @@ export function Header() {
</Typography>
</Stack>
</Stack>
<SettingsIcon />
<SettingsOutlinedIcon />
</Stack>
</>
);
Expand Down

0 comments on commit cf7491c

Please sign in to comment.