Oh yeah I forgot the other half

This commit is contained in:
2023-10-19 16:50:57 -04:00
parent 48fd4981fb
commit 4a0f769514
2 changed files with 32 additions and 26 deletions

View File

@ -1,4 +1,4 @@
import { Container, Flex, Heading, Spacer, Text } from "@chakra-ui/react";
import { Center, Container, Flex, Heading, Spacer, Text } from "@chakra-ui/react";
export default function ({
heading,
@ -29,10 +29,12 @@ export default function ({
</svg>
<Spacer />
</Flex>
<Center>
<br />
<Heading>{heading}</Heading>
<br />
<Text>{message}</Text>
</Center>
</Container>
);
}