change the header logo name

This commit is contained in:
2025-03-17 16:35:06 +08:00
parent b5d3bb4636
commit bafeef5c29
3 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ function Footer() {
{"查詢29437810"}
</Text>
<Flex alignItems={'center'} justifyContent={'center'} direction="column">
<Image src="/images/headerlogo.webp" alt="Logo" width="150px" />
<Image src="/images/header_logo.webp" alt="Logo" width="150px" />
</Flex>
<Flex

View File

@@ -5,7 +5,7 @@ function Header() {
return (
<Box bg={colors.topBarColor} py={4} w="full">
<Flex alignItems={'center'} justifyContent={'center'} direction="column">
<Image src="/images/headerlogo.webp" alt="Logo" width="150px" />
<Image src="/images/header_logo.webp" alt="Logo" width="150px" />
</Flex>
</Box>
);