changed the empty text

This commit is contained in:
777LinkTriforce 2021-01-10 14:27:34 -06:00
parent e4e00e7f6c
commit a8ca8ba440
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ function TodoListCard() {
<React.Fragment>
<AddItemForm onNewItem={onNewItem} />
{items.length === 0 && (
<p className="text-center">No items yet! Add one above!</p>
<p className="text-center">You have no todo items yet! Add one above!</p>
)}
{items.map(item => (
<ItemDisplay