Skip to content

Commit cbea964

Browse files
relative path for link heading svg icon
1 parent c4842ad commit cbea964

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/styles/theme.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ h2 > a > span.icon {
7676
height: var(--size-4);
7777
padding: var(--size-2);
7878
display: inline-block;
79-
background-image: url(/assets/link.svg);
79+
background-image: url("../assets/link.svg");
8080
background-size: var(--size-3) var(--size-3);
8181
background-repeat: no-repeat;
8282
background-position-y: center;

0 commit comments

Comments
 (0)