Skip to content

Commit f7bda8b

Browse files
committed
fix(tinder): add local assets
1 parent 551d710 commit f7bda8b

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

src/assets/img/misc/tinder_delete.png

3.64 KB
Loading

src/assets/img/misc/tinder_heart.png

4.73 KB
Loading

src/assets/img/misc/tinder_info.png

1.89 KB
Loading

src/pages/miscellaneous/tinder-cards/tinder-cards.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@ page-tinder-cards {
3838
}
3939
.rate:nth-child(1) {
4040
margin-left: 4px;
41-
background: url(http://web.arjentienkamp.com/codepen/tinder/delete.png);
41+
background: url(../assets/img/misc/tinder_delete.png);
4242
background-size: 25px;
4343
background-position: center;
4444
background-repeat: no-repeat;
4545
}
4646
.rate:nth-child(3) {
4747
margin-left: -4px;
48-
background: url(http://web.arjentienkamp.com/codepen/tinder/heart.png);
48+
background: url(../assets/img/misc/tinder_heart.png);
4949
background-size: 25px;
5050
background-position: center;
5151
background-repeat: no-repeat;
@@ -60,7 +60,7 @@ page-tinder-cards {
6060
box-shadow: 1px 1px 1px 0px #e9e9e9;
6161
margin-top: 14px;
6262
margin-left: -4px;
63-
background: url(http://web.arjentienkamp.com/codepen/tinder/info.png);
63+
background: url(../assets/img/misc/tinder_info.png);
6464
background-size: 15px;
6565
background-position: center;
6666
background-repeat: no-repeat;

0 commit comments

Comments
 (0)