Fixes typo

This commit is contained in:
psychedelicious 2022-10-28 15:00:45 +11:00
parent 4ea954fd66
commit 75d8fc77c2

View File

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