From c44452aa15013a8b4e6ab79a5b23b66f49c0c6b7 Mon Sep 17 00:00:00 2001 From: Nayan Prasad P k Date: Mon, 1 May 2023 05:16:56 +0530 Subject: [PATCH 1/2] added docker file in app --- .dockerignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.dockerignore b/.dockerignore index f6583ff37..b512c09d4 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,2 +1 @@ -node_modules -app/Dockerfile \ No newline at end of file +node_modules \ No newline at end of file From 4d09490da490443aec6ed4ad09ab9ea25759df13 Mon Sep 17 00:00:00 2001 From: Nayan Prasad P k Date: Mon, 1 May 2023 05:23:23 +0530 Subject: [PATCH 2/2] updated 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 4ec962cda..d848f3a41 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 => (