Do this without a static link; allow webpack to handle assets here.

This commit is contained in:
Dannon Baker
2020-12-07 10:15:26 -05:00
parent 81cea84e0c
commit bc4b53ee71
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -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 {
-1
View File
@@ -1 +0,0 @@
../../client/src/assets/images/tags-solid.svg