Oh yeah I forgot the other half

This commit is contained in:
2023-10-19 16:50:58 -04:00
parent 387cf6a6b2
commit 0a4ad7792d
11 changed files with 96 additions and 13 deletions

View File

@ -35,12 +35,10 @@ export default function ({
</svg>
<Spacer />
</Flex>
<Center>
<br />
<Heading>{heading}</Heading>
<Heading textAlign="center">{heading}</Heading>
<br />
<Text>{message}</Text>
</Center>
<Text textAlign="center">{message}</Text>
</Container>
);
}