Update ChoreEdit component to use 'Title' instead of 'Description'

This commit is contained in:
Mo Tarbin 2025-01-14 02:07:08 -05:00
parent 4a9f2263f2
commit 27979ce869

View file

@ -378,7 +378,7 @@ const ChoreEdit = () => {
</Typography> */}
<Box>
<FormControl error={errors.name}>
<Typography level='h4'>Description :</Typography>
<Typography level='h4'>Title :</Typography>
<Typography level='h5'>What is this chore about?</Typography>
<Input value={name} onChange={e => setName(e.target.value)} />
<FormHelperText error>{errors.name}</FormHelperText>