This commit is contained in:
ivan
2023-07-31 11:56:52 +07:00
parent d9ac3bfd60
commit 2e78d99b5a
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_full.jpg" alt="LinkSehat" />
<img src="/logo/logo-linksehat.png" alt="LinkSehat" />
</Box>
);