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

This commit is contained in:
Linksehat Staging Server
2023-07-31 11:54:44 +07:00

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>
);