diff --git a/static/dist/theme.css b/static/dist/theme.css index 6cb96c4..a42563a 100644 --- a/static/dist/theme.css +++ b/static/dist/theme.css @@ -5682,7 +5682,7 @@ a.contact-info__value:hover { height: 32px; pointer-events: none; z-index: 1; - background-image: url('services-list-line.svg'); + background-image: url('../img/services-list-line.svg'); background-repeat: no-repeat; background-position: center center; background-size: 100% 100%; diff --git a/views/blocks/services-list/services-list-line.svg b/static/img/services-list-line.svg similarity index 100% rename from views/blocks/services-list/services-list-line.svg rename to static/img/services-list-line.svg diff --git a/views/blocks/services-list/services-list.css b/views/blocks/services-list/services-list.css index b1f4be8..10fb421 100644 --- a/views/blocks/services-list/services-list.css +++ b/views/blocks/services-list/services-list.css @@ -12,7 +12,7 @@ height: 32px; pointer-events: none; z-index: 1; - background-image: url('services-list-line.svg'); + background-image: url('../img/services-list-line.svg'); background-repeat: no-repeat; background-position: center center; background-size: 100% 100%;