Skip to content

Commit

Permalink
Revert logo in templates (#7830)
Browse files Browse the repository at this point in the history
  • Loading branch information
iansu authored Oct 16, 2019
1 parent b4068f2 commit 584e352
Show file tree
Hide file tree
Showing 10 changed files with 38 additions and 4 deletions.
Binary file modified packages/react-scripts/template-typescript/public/favicon.ico
Binary file not shown.
Binary file modified packages/react-scripts/template-typescript/public/logo192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified packages/react-scripts/template-typescript/public/logo512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 12 additions & 1 deletion packages/react-scripts/template-typescript/src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
}

.App-logo {
animation: App-logo-spin infinite 20s linear;
height: 40vmin;
pointer-events: none;
}

.App-header {
Expand All @@ -18,5 +20,14 @@
}

.App-link {
color: #09d3ac;
color: #61dafb;
}

@keyframes App-logo-spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
8 changes: 7 additions & 1 deletion packages/react-scripts/template-typescript/src/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified packages/react-scripts/template/public/favicon.ico
Binary file not shown.
Binary file modified packages/react-scripts/template/public/logo192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified packages/react-scripts/template/public/logo512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 12 additions & 1 deletion packages/react-scripts/template/src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
}

.App-logo {
animation: App-logo-spin infinite 20s linear;
height: 40vmin;
pointer-events: none;
}

.App-header {
Expand All @@ -18,5 +20,14 @@
}

.App-link {
color: #09d3ac;
color: #61dafb;
}

@keyframes App-logo-spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
Loading

0 comments on commit 584e352

Please sign in to comment.