Skip to content

Commit 6219e4f

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

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
@@ -133,7 +133,7 @@ export const MainMenu = ({ value = 'robots', handleChangeContent }: MainMenuProp
133133
href='https://app.maxun.dev/'
134134
target="_blank"
135135
rel="noopener noreferrer"
136-
sx={buttonStyles} startIcon={<CloudQueue />}>
136+
sx={buttonStyles} startIcon={<CloudQueue sx={{ fontSize: 20 }} />}>
137137
Join Maxun Cloud
138138
</Button>
139139
<Button onClick={() => setSponsorModalOpen(true)} sx={buttonStyles} startIcon={<Favorite />}>

0 commit comments

Comments
 (0)