a11y support
This commit is contained in:
@@ -7,11 +7,12 @@ type Props = {
|
||||
|
||||
const Footer: FC<Props> = (props) => (
|
||||
<Center
|
||||
as="footer"
|
||||
w="full"
|
||||
p={3}
|
||||
fontSize={["sm", null, "md"]}
|
||||
bgColor={useColorModeValue("lingva.100", "lingva.900")}
|
||||
color={useColorModeValue("lingva.800", "lingva.200")}
|
||||
color={useColorModeValue("lingva.900", "lingva.100")}
|
||||
{...props}
|
||||
>
|
||||
<Text as="span">© 2021 TheDavidDelta</Text>
|
||||
|
||||
Reference in New Issue
Block a user