Skip to content

Commit 33dd008

Browse files
committed
apex: fixed reference to icon to use public resource
1 parent 873de55 commit 33dd008

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

themes/apex/src/theme/components/_header.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@
184184
top: 50%;
185185
right: 0;
186186
transform: translateY(-50%);
187-
background-image: url('@/theme/assets/img/icons/icon-caret-down-blue.svg');
187+
background-image: url('@/../public/assets/img/icons/icon-caret-down-blue.svg');
188188
background-repeat: no-repeat;
189189
background-position: center center;
190190
background-size: contain;
@@ -216,5 +216,5 @@
216216
width: 14px;
217217
height: 10px;
218218
background-repeat: no-repeat;
219-
background-image: url('@/theme/assets/img/icons/arrow_right_alt.svg');
219+
background-image: url('@/../public/assets/img/icons/arrow_right_alt.svg');
220220
}

0 commit comments

Comments
 (0)