From 7bb2ef8c6d9cbd418a8f6241bc164dc3555ff5af Mon Sep 17 00:00:00 2001 From: aad84 <90499269+aad84@users.noreply.github.com> Date: Mon, 20 Sep 2021 23:47:25 +0530 Subject: [PATCH] Update app.js --- app/src/static/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/static/js/app.js b/app/src/static/js/app.js index 4ec962c..8e4b393 100644 --- a/app/src/static/js/app.js +++ b/app/src/static/js/app.js @@ -53,7 +53,7 @@ function TodoListCard() { {items.length === 0 && ( -

No items yet! Add one above!

+

You have no todo items yet! Add one above!

)} {items.map(item => (