Skip to content
This repository was archived by the owner on Feb 7, 2023. It is now read-only.

Commit 324ba43

Browse files
committed
updating the location of the spinner
1 parent 7e1aa8b commit 324ba43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

public/styleguide/css/styleguide.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ div.clear {
630630
margin-left: auto; margin-right: auto;
631631
background-position: center center;
632632
background-repeat: no-repeat;
633-
background: url('../assets/spinner.gif');
633+
background: url('../images/spinner.gif');
634634
border-radius: 50%;
635635
opacity: .7; }
636636

public/styleguide/css/styleguide.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -866,7 +866,7 @@ div.clear {
866866
margin-left: auto; margin-right: auto;
867867
background-position: center center;
868868
background-repeat: no-repeat;
869-
background: url('../assets/spinner.gif');
869+
background: url('../images/spinner.gif');
870870
border-radius: 50%;
871871
opacity: .7;
872872
}

0 commit comments

Comments
 (0)