From bc4b53ee71cbe19c19f18557b5a930e9a0a14100 Mon Sep 17 00:00:00 2001 From: Dannon Baker Date: Mon, 7 Dec 2020 10:15:26 -0500 Subject: [PATCH] Do this without a static link; allow webpack to handle assets here. --- client/src/components/Tags/StatelessTags.vue | 2 +- static/images/tags-solid.svg | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 120000 static/images/tags-solid.svg diff --git a/client/src/components/Tags/StatelessTags.vue b/client/src/components/Tags/StatelessTags.vue index 58fb8af8722..e8d0f4d2877 100644 --- a/client/src/components/Tags/StatelessTags.vue +++ b/client/src/components/Tags/StatelessTags.vue @@ -136,7 +136,7 @@ export default { background-color: transparent; } input:not(:focus) { - background: url("/static/images/tags-solid.svg"); + background: url("../../assets/images/tags-solid.svg"); background-repeat: no-repeat; color: transparent; &::placeholder { diff --git a/static/images/tags-solid.svg b/static/images/tags-solid.svg deleted file mode 120000 index 3174ce42729..00000000000 --- a/static/images/tags-solid.svg +++ /dev/null @@ -1 +0,0 @@ -../../client/src/assets/images/tags-solid.svg \ No newline at end of file