diff --git a/static/dist/theme.css b/static/dist/theme.css index eb80e40..6cb96c4 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('/wp-content/themes/community-works-collaborative/static/img/services-list-line.svg'); + background-image: url('services-list-line.svg'); background-repeat: no-repeat; background-position: center center; background-size: 100% 100%; diff --git a/static/img/services-list-line.svg b/views/blocks/services-list/services-list-line.svg similarity index 100% rename from static/img/services-list-line.svg rename to views/blocks/services-list/services-list-line.svg diff --git a/views/blocks/services-list/services-list.css b/views/blocks/services-list/services-list.css index 555b0b4..b1f4be8 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('/wp-content/themes/community-works-collaborative/static/img/services-list-line.svg'); + background-image: url('services-list-line.svg'); background-repeat: no-repeat; background-position: center center; background-size: 100% 100%;