Restore loading spinner path

This commit is contained in:
L. E. Segovia 2018-11-23 00:21:02 +00:00
parent 0837765bca
commit 0b2ccfbd7b
No known key found for this signature in database
GPG Key ID: D5D1DC48B52B7AD5
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ img {
min-height: 1em;
&.loading {
background-image: url("../../images/loading-spinner.svg");
background-image: url("../../assets/images/loading-spinner.svg");
background-position: center center;
background-repeat: no-repeat;
background-size: contain;