Fixes typo

This commit is contained in:
psychedelicious 2022-10-28 15:00:45 +11:00
parent ed45dca7c1
commit d71f11f55c

View File

@ -3,7 +3,7 @@ import { Box } from '@chakra-ui/react';
const OutputHeader = () => {
return (
<Box flex="1" textAlign="left">
Seed
Other Options
</Box>
);
};