🐛 typo, pulling "non native speaker" card, thanks @VanCaspel

This commit is contained in:
Mentor Palokaj 2022-01-10 14:08:47 +01:00
parent 39433e723f
commit b9c1c6c162

View File

@ -189,7 +189,7 @@ export default function Verifier() {
if(!rocketeer ) return <Container justify="flex-start">
<H1>Rocketeers</H1>
<Text>Click on a Rocketeer to manage it's outfits</Text>
<Text>Click on a Rocketeer to manage its outfits</Text>
<Section direction="row">
{ rocketeers.map( ( { id, image, new_outfit_available } ) => {