change the header logo name
This commit is contained in:
parent
b5d3bb4636
commit
bafeef5c29
Before Width: | Height: | Size: 47 KiB After Width: | Height: | Size: 47 KiB |
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue