diff options
Diffstat (limited to 'src/components/TaskList.tsx')
| -rw-r--r-- | src/components/TaskList.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/TaskList.tsx b/src/components/TaskList.tsx index 0f87e0d..6ecce42 100644 --- a/src/components/TaskList.tsx +++ b/src/components/TaskList.tsx @@ -272,7 +272,7 @@ export function TaskList() { }} title="Remove task" > - x + × </button> </div> ); |
