Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Nov 8, 2024. It is now read-only.

Commit 8f337b6

Browse files
added a higher resolution loading GIF
1 parent 2f93284 commit 8f337b6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎src/app/App.js‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ class App extends Component {
99
super(props);
1010
this.state = {frameworks: this.props.frameworkImages,
1111
disableAllButton: false};
12-
this.loadingGif = "https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/0.16.1/images/loader-large.gif";
13-
this.click = this.click.bind(this);
12+
13+
this.loadingGif = "https://loading.io/spinners/double-ring/lg.double-ring-spinner.gif";
14+
this.click = this.click.bind(this);
1415
}
1516

1617
click(f) {

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /