Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperbc committed Jan 20, 2024
1 parent 91e040f commit 9971e3c
Show file tree
Hide file tree
Showing 16 changed files with 27 additions and 37 deletions.
13 changes: 6 additions & 7 deletions asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
{
"files": {
"main.css": "/paper-sizes/static/css/main.f855e6bc.css",
"main.js": "/paper-sizes/static/js/main.8709a3a7.js",
"main.css": "/paper-sizes/static/css/main.7d3fd918.css",
"main.js": "/paper-sizes/static/js/main.22ede982.js",
"static/js/787.8d27b1cf.chunk.js": "/paper-sizes/static/js/787.8d27b1cf.chunk.js",
"static/media/logo.svg": "/paper-sizes/static/media/logo.6ce24c58023cc2f8fd88fe9d219db6c6.svg",
"index.html": "/paper-sizes/index.html",
"main.f855e6bc.css.map": "/paper-sizes/static/css/main.f855e6bc.css.map",
"main.8709a3a7.js.map": "/paper-sizes/static/js/main.8709a3a7.js.map",
"main.7d3fd918.css.map": "/paper-sizes/static/css/main.7d3fd918.css.map",
"main.22ede982.js.map": "/paper-sizes/static/js/main.22ede982.js.map",
"787.8d27b1cf.chunk.js.map": "/paper-sizes/static/js/787.8d27b1cf.chunk.js.map"
},
"entrypoints": [
"static/css/main.f855e6bc.css",
"static/js/main.8709a3a7.js"
"static/css/main.7d3fd918.css",
"static/js/main.22ede982.js"
]
}
Binary file removed favicon.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/paper-sizes/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/paper-sizes/logo192.png"/><link rel="manifest" href="/paper-sizes/manifest.json"/><title>React App</title><script defer="defer" src="/paper-sizes/static/js/main.8709a3a7.js"></script><link href="/paper-sizes/static/css/main.f855e6bc.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="manifest" href="/paper-sizes/manifest.json"/><title>Paper Size Calculator</title><script defer="defer" src="/paper-sizes/static/js/main.22ede982.js"></script><link href="/paper-sizes/static/css/main.7d3fd918.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
Binary file removed logo192.png
Binary file not shown.
Binary file removed logo512.png
Binary file not shown.
25 changes: 4 additions & 21 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,8 @@
{
"short_name": "React App",
"name": "Create React App Sample",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
},
{
"src": "logo192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "logo512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"short_name": "Paper Sizes",
"name": "Paper Size Calculator",
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
"theme_color": "#ffffff",
"background_color": "#111111"
}
2 changes: 2 additions & 0 deletions static/css/main.7d3fd918.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions static/css/main.7d3fd918.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions static/css/main.f855e6bc.css

This file was deleted.

1 change: 0 additions & 1 deletion static/css/main.f855e6bc.css.map

This file was deleted.

3 changes: 3 additions & 0 deletions static/js/main.22ede982.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,12 @@
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/** @license React v16.13.1
* react-is.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
1 change: 1 addition & 0 deletions static/js/main.22ede982.js.map

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions static/js/main.8709a3a7.js

This file was deleted.

1 change: 0 additions & 1 deletion static/js/main.8709a3a7.js.map

This file was deleted.

1 change: 0 additions & 1 deletion static/media/logo.6ce24c58023cc2f8fd88fe9d219db6c6.svg

This file was deleted.

0 comments on commit 9971e3c

Please sign in to comment.