Commit 4d7e219837d88870616f373ac9378e579a79c34a

Authored by Victor Costa
1 parent e946430b

Fix block store loading image

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
public/stylesheets/slick-theme.css
... ... @@ -2,7 +2,7 @@
2 2 /* Slider */
3 3 .slick-loading .slick-list
4 4 {
5   - background: #fff url('./ajax-loader.gif') center center no-repeat;
  5 + background: #fff url('/images/loading.gif') center center no-repeat;
6 6 }
7 7  
8 8 /* Icons */
... ...