This commit is contained in:
ivan
2023-07-31 11:51:16 +07:00
parent 318d4437a6
commit 460e2e6c03
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 = ( 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>
); );

View File

@@ -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')