There was an error while loading. Please reload this page.
1 parent b5afd72 commit ad4ef3aCopy full SHA for ad4ef3a
1 file changed
src/stars.css
@@ -7,7 +7,7 @@
7
height: 16px;
8
margin-right: 4px;
9
10
- background-image: url(/src/images/star.svg);
+ background-image: url(./images/star.svg);
11
background-position: center;
12
background-repeat: no-repeat;
13
}
@@ -21,5 +21,5 @@
21
.stars--3 > *:nth-child(-n + 3),
22
.stars--4 > *:nth-child(-n + 4),
23
.stars--5 > *:nth-child(-n + 5) {
24
- background-image: url(/src/images/star-active.svg);
+ background-image: url(./images/star-active.svg);
25
0 commit comments