Skip to content

Commit b2db2b3

Browse files
committed
feat: set icon size to 20
1 parent 6219e4f commit b2db2b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/dashboard/MainMenu.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ export const MainMenu = ({ value = 'robots', handleChangeContent }: MainMenuProp
136136
sx={buttonStyles} startIcon={<CloudQueue sx={{ fontSize: 20 }} />}>
137137
Join Maxun Cloud
138138
</Button>
139-
<Button onClick={() => setSponsorModalOpen(true)} sx={buttonStyles} startIcon={<Favorite />}>
139+
<Button onClick={() => setSponsorModalOpen(true)} sx={buttonStyles} startIcon={<Favorite sx={{ fontSize: 20 }} />}>
140140
Sponsor Us
141141
</Button>
142142
</Box>

0 commit comments

Comments
 (0)