Skip to content

Commit f0c17e1

Browse files
committed
Adjust svg path to start with a slash
1 parent c5be72e commit f0c17e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/styles/me.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@
208208
&:after {
209209
background-color: #cfc487;
210210
border-color: #cfc487;
211-
background-image: url('assets/check-mark.svg');
211+
background-image: url('/assets/check-mark.svg');
212212
background-repeat: no-repeat;
213213
background-position: 3px 4px;
214214
}

0 commit comments

Comments
 (0)