diff --git a/public/images/llama-upside-down.svg b/public/images/llama-upside-down.svg deleted file mode 100644 index 49a5a41a..00000000 --- a/public/images/llama-upside-down.svg +++ /dev/null @@ -1,130 +0,0 @@ - - - -image/svg+xml \ No newline at end of file diff --git a/src/components/tasks/TaskDetailView.vue b/src/components/tasks/TaskDetailView.vue index 086c8cf2..5feebc14 100644 --- a/src/components/tasks/TaskDetailView.vue +++ b/src/components/tasks/TaskDetailView.vue @@ -208,7 +208,7 @@ - Move task to different list + Move task to a different list
@@ -276,7 +276,7 @@ - Move task to different list + Move task diff --git a/src/styles/theme/content.scss b/src/styles/theme/content.scss index 755da24a..6c6aa275 100644 --- a/src/styles/theme/content.scss +++ b/src/styles/theme/content.scss @@ -7,7 +7,6 @@ .app-content{ padding: $navbar-height + 1.5rem 1.5em 0 1.5em; z-index: 2; - background: url('../../public/images/llama-upside-down.svg') no-repeat top right $light-background; margin-left: 17vw; @media screen and (max-width: $tablet) {