fix: button of google and apple
This commit is contained in:
@@ -106,23 +106,13 @@ export function SocialMedia() {
|
|||||||
</ListItemIcon>
|
</ListItemIcon>
|
||||||
<ListItemText>{t('settingForm.email')}</ListItemText>
|
<ListItemText>{t('settingForm.email')}</ListItemText>
|
||||||
</MenuItem>
|
</MenuItem>
|
||||||
<MenuItem
|
<MenuItem>
|
||||||
onClick={() => {
|
|
||||||
handleCloseMenu();
|
|
||||||
handleOpenDialog();
|
|
||||||
}}
|
|
||||||
>
|
|
||||||
<ListItemIcon>
|
<ListItemIcon>
|
||||||
<Google size={20} color="#4285F4" />
|
<Google size={20} color="#4285F4" />
|
||||||
</ListItemIcon>
|
</ListItemIcon>
|
||||||
<ListItemText>{t('settingForm.google')}</ListItemText>
|
<ListItemText>{t('settingForm.google')}</ListItemText>
|
||||||
</MenuItem>
|
</MenuItem>
|
||||||
<MenuItem
|
<MenuItem>
|
||||||
onClick={() => {
|
|
||||||
handleCloseMenu();
|
|
||||||
handleOpenDialog();
|
|
||||||
}}
|
|
||||||
>
|
|
||||||
<ListItemIcon>
|
<ListItemIcon>
|
||||||
<Apple size={20} color="black" />
|
<Apple size={20} color="black" />
|
||||||
</ListItemIcon>
|
</ListItemIcon>
|
||||||
|
|||||||
Reference in New Issue
Block a user