Skip to content

Commit

Permalink
swapped React placeholder resources for official webcomponent.org ones
Browse files Browse the repository at this point in the history
Signed-off-by: StoneyDSP <nathanjhood@googlemail.com>
  • Loading branch information
nathanjhood committed Oct 18, 2024
1 parent 1910f94 commit 3877361
Show file tree
Hide file tree
Showing 9 changed files with 62 additions and 2 deletions.
Binary file modified public/favicon.ico
Binary file not shown.
12 changes: 11 additions & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,19 @@
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"sizes": "48x48",
"type": "image/x-icon"
},
{
"src": "static/png/logo16.png",
"type": "image/png",
"sizes": "16x16"
},
{
"src": "static/png/logo32.png",
"type": "image/png",
"sizes": "32x32"
},
{
"src": "static/png/logo192.png",
"type": "image/png",
Expand Down
Binary file added public/static/png/logo16.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 public/static/png/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 added public/static/png/logo32.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 public/static/png/logo512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions public/static/svg/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
.App-logo {
height: 40vmin;
pointer-events: none;
margin: 4rem;
}

@media (prefers-reduced-motion: no-preference) {
Expand Down
31 changes: 30 additions & 1 deletion 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.

0 comments on commit 3877361

Please sign in to comment.