Skip to content

Commit 5f9d7d8

Browse files
committed
fix: revert
1 parent 8fc992b commit 5f9d7d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/dashboard/MainMenu.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ export const MainMenu = ({ value = 'robots', handleChangeContent }: MainMenuProp
9999
<Button
100100
onClick={() => setDocModalOpen(true)}
101101
sx={buttonStyles}
102-
startIcon={<Description />}
102+
startIcon={<Description />}
103103
>
104104
Documentation
105105
</Button>
@@ -111,7 +111,7 @@ export const MainMenu = ({ value = 'robots', handleChangeContent }: MainMenuProp
111111
target="_blank"
112112
rel="noopener noreferrer"
113113
variant="outlined"
114-
startIcon={<Description sx={{ fontSize: 20 }} />}
114+
startIcon={<Description />}
115115
fullWidth
116116
>
117117
Documentation

0 commit comments

Comments
 (0)