We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 873de55 commit 33dd008Copy full SHA for 33dd008
themes/apex/src/theme/components/_header.scss
@@ -184,7 +184,7 @@
184
top: 50%;
185
right: 0;
186
transform: translateY(-50%);
187
- background-image: url('@/theme/assets/img/icons/icon-caret-down-blue.svg');
+ background-image: url('@/../public/assets/img/icons/icon-caret-down-blue.svg');
188
background-repeat: no-repeat;
189
background-position: center center;
190
background-size: contain;
@@ -216,5 +216,5 @@
216
width: 14px;
217
height: 10px;
218
219
- background-image: url('@/theme/assets/img/icons/arrow_right_alt.svg');
+ background-image: url('@/../public/assets/img/icons/arrow_right_alt.svg');
220
}
0 commit comments