Merge branch 'staging' of itcorp.primaya.id:rajif/aso into staging

This commit is contained in:
Linksehat Staging Server
2023-07-28 16:00:47 +07:00

View File

@@ -53,13 +53,13 @@ export default function LanguagePopover() {
...(open && { bgcolor: 'action.selected' }), ...(open && { bgcolor: 'action.selected' }),
}} }}
> >
<Image disabledEffect src={LANGS[0].icon} alt={!localStorage.getItem('currentLocale') ? LANGS[0].label : (localStorage.getItem('currentLocale') === 'id-ID' ? LANGS[0].label : LANGS[1].label)} /> <Image disabledEffect src={!localStorage.getItem('currentLocale') ? LANGS[0].icon : (localStorage.getItem('currentLocale') === 'id-ID' ? LANGS[0].icon : LANGS[1].icon)} alt={!localStorage.getItem('currentLocale') ? LANGS[0].label : (localStorage.getItem('currentLocale') === 'id-ID' ? LANGS[0].label : LANGS[1].label)} />
</IconButtonAnimate> </IconButtonAnimate>
<ButtonBase onClick={handleOpen}> <ButtonBase onClick={handleOpen}>
<Typography variant="body2" component="span" marginRight={1} color="textPrimary"> <Typography variant="body2" component="span" marginRight={1} color="textPrimary">
Languagesss Language
</Typography> </Typography>
</ButtonBase> </ButtonBase>
</Box> </Box>