From 60d764045fa6cd9049364abb36116a2a1d4dfda9 Mon Sep 17 00:00:00 2001 From: Keith Solomon Date: Sat, 25 Jul 2026 00:18:40 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix:=20Remove=20dead=20$line=5Fu?= =?UTF-8?q?rl=20variable=20from=20services-list=20template?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- views/blocks/services-list/services-list.php | 1 - 1 file changed, 1 deletion(-) diff --git a/views/blocks/services-list/services-list.php b/views/blocks/services-list/services-list.php index 962a88c..09a674b 100644 --- a/views/blocks/services-list/services-list.php +++ b/views/blocks/services-list/services-list.php @@ -18,7 +18,6 @@ if ( empty( $items ) ) { $count = count( $items ); $grid_cols = max( 2, min( 4, (int) $count ) ); $grid_class = 'lg:grid-cols-' . $grid_cols; -$line_url = '/wp-content/themes/community-works-collaborative/static/img/services-list-line.svg'; $classes = 'services-list mx-break-out relative ' . $grid_class; $wrapper = blockWrapperAttributes( $classes, $is_preview );