We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2d13b8 commit ea2a04fCopy full SHA for ea2a04f
src/static/js/app.js
@@ -53,7 +53,7 @@ function TodoListCard() {
53
<React.Fragment>
54
<AddItemForm onNewItem={onNewItem} />
55
{items.length === 0 && (
56
- <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>
57
)}
58
{items.map(item => (
59
<ItemDisplay
0 commit comments