replace broken image references

This commit is contained in:
geoffrey45
2022-01-18 20:54:45 +03:00
parent 1d1e697fd2
commit a3d1b3aaea
3 changed files with 8 additions and 8 deletions
@@ -65,7 +65,7 @@ export default {
background-color: #ccc;
margin: 0 0.5rem 0 0;
border-radius: 0.5rem;
background-image: url(../../assets/images/Jim_Reeves.png);
background-image: url(../../assets/images/null.webp);
}
.r-tracks .tracks .song-item .artist {
+2 -2
View File
@@ -475,7 +475,7 @@ export default {
background-color: rgba(26, 26, 26, 0.452);
border-radius: 0.5rem;
margin-bottom: 0.5rem;
background-image: url(../assets/images/thriller.jpg);
background-image: url("../assets/images/null.webp");
}
.title {
@@ -516,7 +516,7 @@ export default {
background-color: rgba(16, 65, 14, 0.356);
margin-bottom: 0.5rem;
background-size: 50%;
background-image: url(../assets/images/thriller.jpg);
background-image: url("../assets/images/null.webp");
background-size: cover;
}