🐞 fix: Move line image into block folder
Deploy to Dreamhost (dev) / build (push) Successful in 34s
Sync TODOs with Issues / sync_todos (push) Successful in 6s

This commit is contained in:
Keith Solomon
2026-07-25 11:07:06 -05:00
parent 63df8e9a88
commit 75055e6f6e
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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%;

Before

Width:  |  Height:  |  Size: 162 B

After

Width:  |  Height:  |  Size: 162 B

+1 -1
View File
@@ -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%;