updated the ui v315
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { Box, Flex, Image, Text, } from '@chakra-ui/react';
|
||||
import { Box, Flex, Image, } from '@chakra-ui/react';
|
||||
import {colors} from '../colors';
|
||||
|
||||
function Header() {
|
||||
@@ -6,9 +6,6 @@ function Header() {
|
||||
<Box bg={colors.topBarColor} py={4} w="full">
|
||||
<Flex alignItems={'center'} justifyContent={'center'} direction="column">
|
||||
<Image src="/images/headerlogo.webp" alt="Logo" width="150px" />
|
||||
<Text textAlign={'center'} marginLeft={3} marginTop={2} className="font-melle font-medium" color={'#075C39'}>
|
||||
{"【積極求變 健康向前】"}
|
||||
</Text>
|
||||
</Flex>
|
||||
</Box>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user