From 96e76dbea5b5f9c535c65bc9f7439f9202dec420 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Oliva?= Date: Sat, 20 May 2023 13:51:27 -0600 Subject: Renaming UI things. --- src/ToDo.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/ToDo.jsx b/src/ToDo.jsx index 6f2e85c..c64e073 100644 --- a/src/ToDo.jsx +++ b/src/ToDo.jsx @@ -123,7 +123,7 @@ export function NewToDo() { className="form-check-label" htmlFor="new-todo-done" > - Done + Completed
@@ -243,7 +243,7 @@ export function ListToDos() { - +
#Done Name - Done + Completed
-- cgit v1.2.3