Custom error page

This commit is contained in:
David
2021-03-16 23:58:12 +01:00
parent 75757ae5a7
commit 0646b17c9b
7 changed files with 81 additions and 7 deletions

View File

@@ -11,6 +11,7 @@ const Footer: FC<Props> = (props) => (
p={3}
fontSize={["sm", null, "md"]}
bgColor={useColorModeValue("lingva.100", "lingva.900")}
color={useColorModeValue("lingva.800", "lingva.200")}
{...props}
>
<Text as="span">&#169; 2021 TheDavidDelta</Text>