This commit is contained in:
ivan
2023-07-31 12:01:02 +07:00
parent 2e78d99b5a
commit c23defa5fc
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="/logo/logo_single.svg" alt="LinkSehat" />
</Box>
);