From 75055e6f6e380d32123439891e448dc437fc1777 Mon Sep 17 00:00:00 2001 From: Keith Solomon Date: Sat, 25 Jul 2026 11:07:06 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix:=20Move=20line=20image=20int?= =?UTF-8?q?o=20block=20folder?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/dist/theme.css | 2 +- .../img => views/blocks/services-list}/services-list-line.svg | 0 views/blocks/services-list/services-list.css | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename {static/img => views/blocks/services-list}/services-list-line.svg (100%) 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%;