use quotes in css url path

This commit is contained in:
Bruno Windels 2021-09-16 16:34:01 +02:00
parent 6ec2712eec
commit 898d32c6da

View file

@ -22,7 +22,7 @@ limitations under the License.
right: 32px;
border-radius: 100%;
border: 1px solid #8d99a5;
background-image: url(icons/chevron-down.svg);
background-image: url("./icons/chevron-down.svg");
background-position: center;
background-color: white;
background-repeat: no-repeat;