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

This commit is contained in:
Linksehat Staging Server
2023-07-31 11:51:35 +07:00
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ export default function Logo({ disabledLink = false, sx }: Props) {
const logo = (
<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>
);

View File

@@ -53,7 +53,7 @@ export default function LanguagePopover() {
...(open && { bgcolor: 'action.selected' }),
}}
>
<img
<Image
disabledEffect
src={(
!localStorage.getItem('currentLocale')