change the header logo name

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

View File

Before

Width:  |  Height:  |  Size: 47 KiB

After

Width:  |  Height:  |  Size: 47 KiB

View File

@ -15,7 +15,7 @@ function Footer() {
{"查詢29437810"} {"查詢29437810"}
</Text> </Text>
<Flex alignItems={'center'} justifyContent={'center'} direction="column"> <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>
<Flex <Flex

View File

@ -5,7 +5,7 @@ function Header() {
return ( return (
<Box bg={colors.topBarColor} py={4} w="full"> <Box bg={colors.topBarColor} py={4} w="full">
<Flex alignItems={'center'} justifyContent={'center'} direction="column"> <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>
</Box> </Box>
); );