Skip to content

Commit 2899396

Browse files
committed
Fix
1 parent 55e7b6b commit 2899396

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

css/index.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ span.rank {
507507
text-align: center;
508508
width: 30px;
509509
height: 30px;
510-
background-image: url("/img/comment.svg");
510+
background-image: url("../img/comment.svg");
511511
background-size: 100% 100%;
512512
background-repeat: no-repeat;
513513
padding: 2px;

css/index.styl

+1-1
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ span.rank
577577
text-align: center
578578
width: 30px
579579
height: 30px
580-
background-image: url('/img/comment.svg')
580+
background-image: url('../img/comment.svg')
581581
background-size: 100% 100%
582582
background-repeat: no-repeat
583583
padding: 2px

0 commit comments

Comments
 (0)