diff --git a/public/icons/arrow-left.svg b/public/icons/arrow-left.svg new file mode 100644 index 0000000..79a33d1 --- /dev/null +++ b/public/icons/arrow-left.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/public/icons/arrow-right.svg b/public/icons/arrow-right.svg new file mode 100644 index 0000000..d60e09f --- /dev/null +++ b/public/icons/arrow-right.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/src/views/task/TaskHistory.vue b/src/views/task/TaskHistory.vue index c42e679..6444235 100644 --- a/src/views/task/TaskHistory.vue +++ b/src/views/task/TaskHistory.vue @@ -1,7 +1,12 @@