Skip to content

Commit ad4ef3a

Browse files
committed
some changes
1 parent b5afd72 commit ad4ef3a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/stars.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
height: 16px;
88
margin-right: 4px;
99

10-
background-image: url(/src/images/star.svg);
10+
background-image: url(./images/star.svg);
1111
background-position: center;
1212
background-repeat: no-repeat;
1313
}
@@ -21,5 +21,5 @@
2121
.stars--3 > *:nth-child(-n + 3),
2222
.stars--4 > *:nth-child(-n + 4),
2323
.stars--5 > *:nth-child(-n + 5) {
24-
background-image: url(/src/images/star-active.svg);
24+
background-image: url(./images/star-active.svg);
2525
}

0 commit comments

Comments
 (0)