Merge branch 'staging' of itcorp.primaya.id:rajif/aso into staging
This commit is contained in:
@@ -17,7 +17,7 @@ export default function Logo({ disabledLink = false, sx }: Props) {
|
|||||||
|
|
||||||
const logo = (
|
const logo = (
|
||||||
<Box sx={{ width: 40, height: 40, ...sx }}>
|
<Box sx={{ width: 40, height: 40, ...sx }}>
|
||||||
<img src="/logo/logo-linksehat.png" alt="LinkSehat" />
|
<img src="/icons/ic_flag_id.svg" alt="LinkSehat" />
|
||||||
</Box>
|
</Box>
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
@@ -53,7 +53,7 @@ export default function LanguagePopover() {
|
|||||||
...(open && { bgcolor: 'action.selected' }),
|
...(open && { bgcolor: 'action.selected' }),
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<img
|
<Image
|
||||||
disabledEffect
|
disabledEffect
|
||||||
src={(
|
src={(
|
||||||
!localStorage.getItem('currentLocale')
|
!localStorage.getItem('currentLocale')
|
||||||
|
|||||||
Reference in New Issue
Block a user