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 );