From a8ca8ba440fc8a7cc3d5c151a50857772687e755 Mon Sep 17 00:00:00 2001 From: 777LinkTriforce Date: Sun, 10 Jan 2021 14:27:34 -0600 Subject: [PATCH] changed the empty text --- 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..1fb76fd 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 => (