From 1bec479199c4ac0e29c6f256952881d44fe8f965 Mon Sep 17 00:00:00 2001 From: Stefan Scherer Date: Thu, 10 Feb 2022 09:36:44 +0100 Subject: [PATCH] Revert "Update app.js" This reverts commit 7bb2ef8c6d9cbd418a8f6241bc164dc3555ff5af. --- 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 8e4b393..4ec962c 100644 --- a/app/src/static/js/app.js +++ b/app/src/static/js/app.js @@ -53,7 +53,7 @@ function TodoListCard() { {items.length === 0 && ( -

You have no todo items yet! Add one above!

+

No items yet! Add one above!

)} {items.map(item => (