This commit is contained in:
ivan
2023-07-31 11:54:31 +07:00
parent 460e2e6c03
commit d9ac3bfd60

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="/icons/ic_flag_id.svg" alt="LinkSehat" />
<img src="/logo/logo_full.jpg" alt="LinkSehat" />
</Box>
);