Skip to content

Commit ff15a08

Browse files
authored
Add new logo (#7704)
1 parent a1afaa6 commit ff15a08

File tree

13 files changed

+5
-45
lines changed

13 files changed

+5
-45
lines changed
Binary file not shown.
12 KB
Loading
+1-7
Loading
Binary file not shown.
Loading
Loading

packages/react-scripts/template-typescript/src/App.css

+1-12
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
}
44

55
.App-logo {
6-
animation: App-logo-spin infinite 20s linear;
76
height: 40vmin;
8-
pointer-events: none;
97
}
108

119
.App-header {
@@ -20,14 +18,5 @@
2018
}
2119

2220
.App-link {
23-
color: #61dafb;
24-
}
25-
26-
@keyframes App-logo-spin {
27-
from {
28-
transform: rotate(0deg);
29-
}
30-
to {
31-
transform: rotate(360deg);
32-
}
21+
color: #09d3ac;
3322
}

0 commit comments

Comments
 (0)