diff --git a/src/modules/task/components/NewTaskForm.vue b/src/modules/task/components/NewTaskForm.vue index c0f0f52..8d0bb06 100644 --- a/src/modules/task/components/NewTaskForm.vue +++ b/src/modules/task/components/NewTaskForm.vue @@ -46,7 +46,12 @@ const saveTask = () => {

Create a task

-

Estimation: {{ totalEstimation }} minutes

+

+
+
ETA
+
{{ totalEstimation }} minutes
+
+

diff --git a/src/modules/task/components/StepInput.vue b/src/modules/task/components/StepInput.vue index 870e15a..c1e1572 100644 --- a/src/modules/task/components/StepInput.vue +++ b/src/modules/task/components/StepInput.vue @@ -43,8 +43,3 @@ const stepsTextarea = computed({
- -