From 27979ce869fe91fefb58a6d24b6c6dff1824f3d6 Mon Sep 17 00:00:00 2001 From: Mo Tarbin Date: Tue, 14 Jan 2025 02:07:08 -0500 Subject: [PATCH] Update ChoreEdit component to use 'Title' instead of 'Description' --- src/views/ChoreEdit/ChoreEdit.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/ChoreEdit/ChoreEdit.jsx b/src/views/ChoreEdit/ChoreEdit.jsx index ec5625f..e3eec30 100644 --- a/src/views/ChoreEdit/ChoreEdit.jsx +++ b/src/views/ChoreEdit/ChoreEdit.jsx @@ -378,7 +378,7 @@ const ChoreEdit = () => { */} - Description : + Title : What is this chore about? setName(e.target.value)} /> {errors.name}