commit fb3124bebb10a4d971b9e33c7cc5c307b5b72c92
parent fb8d1ebd4c9c214179b042eb1d5f3544e7631215
Author: Adrián Oliva <[email protected]>
Date:   Sat, 20 May 2023 13:48:10 -0600

`Edit` button instead of `Add`.

When editing a to do, use an `Edit` button instead.

Diffstat:
Msrc/ToDo.jsx | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/ToDo.jsx b/src/ToDo.jsx @@ -465,7 +465,7 @@ export function ListToDos() { }} data-bs-dismiss="modal" > - Add + Edit </button> </div> </div>