From bb6c425f3248bde4c5862bcb8fb10c67449e7ce2 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Wed, 19 Apr 2023 23:57:22 +0200 Subject: [PATCH] add left icon --- public/icons/left.svg | 4 ++++ src/modules/record/components/TaskRecord.vue | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 public/icons/left.svg diff --git a/public/icons/left.svg b/public/icons/left.svg new file mode 100644 index 0000000..5685d9c --- /dev/null +++ b/public/icons/left.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/src/modules/record/components/TaskRecord.vue b/src/modules/record/components/TaskRecord.vue index 31f1eef..8e9645d 100644 --- a/src/modules/record/components/TaskRecord.vue +++ b/src/modules/record/components/TaskRecord.vue @@ -39,7 +39,9 @@ const isSuperiorToEstimation = computed(() => {