rollback: Revert file move, change url for svg
Deploy to Dreamhost (dev) / build (push) Successful in 36s
Sync TODOs with Issues / sync_todos (push) Successful in 5s

This commit is contained in:
Keith Solomon
2026-07-25 11:13:26 -05:00
parent 75055e6f6e
commit 2441cef539
3 changed files with 2 additions and 2 deletions
@@ -1,3 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1600 32" preserveAspectRatio="none">
<rect x="0" y="3" width="1600" height="32" fill="#F26B53" />
</svg>

Before

Width:  |  Height:  |  Size: 162 B

+1 -1
View File
@@ -12,7 +12,7 @@
height: 32px;
pointer-events: none;
z-index: 1;
background-image: url('services-list-line.svg');
background-image: url('../img/services-list-line.svg');
background-repeat: no-repeat;
background-position: center center;
background-size: 100% 100%;