Skip to content

Commit

Permalink
fixes for cards
Browse files Browse the repository at this point in the history
  • Loading branch information
komad1na authored Jul 21, 2023
1 parent 77877d5 commit faf876e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
6 changes: 3 additions & 3 deletions asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"files": {
"main.css": "/weather/static/css/main.cae6b7a9.css",
"main.css": "/weather/static/css/main.8d8eebaa.css",
"main.js": "/weather/static/js/main.3aba1da9.js",
"static/media/inter-light.ttf": "/weather/static/media/inter-light.58a136ec3193fa8a63e5.ttf",
"static/media/pressure.png": "/weather/static/media/pressure.9dc96c681b9046e5ca60.png",
"static/media/humidity.png": "/weather/static/media/humidity.de8a32c7d6d44bb3238e.png",
"static/media/sunrise.png": "/weather/static/media/sunrise.0248859f0fe99455222d.png",
"index.html": "/weather/index.html",
"main.cae6b7a9.css.map": "/weather/static/css/main.cae6b7a9.css.map",
"main.8d8eebaa.css.map": "/weather/static/css/main.8d8eebaa.css.map",
"main.3aba1da9.js.map": "/weather/static/js/main.3aba1da9.js.map"
},
"entrypoints": [
"static/css/main.cae6b7a9.css",
"static/css/main.8d8eebaa.css",
"static/js/main.3aba1da9.js"
]
}
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="/weather/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="/weather/logo192.png"/><link rel="manifest" href="/weather/manifest.json"/><title>Weather</title><script defer="defer" src="/weather/static/js/main.3aba1da9.js"></script><link href="/weather/static/css/main.cae6b7a9.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"/><link rel="icon" href="/weather/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="/weather/logo192.png"/><link rel="manifest" href="/weather/manifest.json"/><title>Weather</title><script defer="defer" src="/weather/static/js/main.3aba1da9.js"></script><link href="/weather/static/css/main.8d8eebaa.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
Loading

0 comments on commit faf876e

Please sign in to comment.