Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
alittlekitten committed Feb 14, 2022
1 parent 0e09143 commit ede773f
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion asset-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"static/media/github.svg": "/reactStopwatch/static/media/github.1bcb71b785e313ff2768d4706d918610.svg",
"static/media/lap.svg": "/reactStopwatch/static/media/lap.833fddd568fed194f4155c98d0baa924.svg",
"static/media/play.svg": "/reactStopwatch/static/media/play.ab40a1b50d0ea956ddb9ea4705bb4cb4.svg",
"static/media/pause.svg": "/reactStopwatch/static/media/pause.fa101559b0402e388f63fc3fab952796.svg",
"index.html": "/reactStopwatch/index.html",
"static/media/pause.svg": "/reactStopwatch/static/media/pause.fa101559b0402e388f63fc3fab952796.svg",
"static/media/stop.svg": "/reactStopwatch/static/media/stop.7ce751e477150b607c9956287362934f.svg",
"static/media/plus.svg": "/reactStopwatch/static/media/plus.eca774ccf29a52b95125af9229d7f776.svg",
"static/media/minus.svg": "/reactStopwatch/static/media/minus.ea77594e4dcd769ae605b7fe24e3cd71.svg",
Expand Down
13 changes: 13 additions & 0 deletions images/play.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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="/reactStopwatch/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="/reactStopwatch/logo192.png"/><link rel="manifest" href="/reactStopwatch/manifest.json"/><title>React App</title><script defer="defer" src="/reactStopwatch/static/js/main.01d5ec1c.js"></script><link href="/reactStopwatch/static/css/main.9da86248.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="/reactStopwatch/images/play.svg"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="React Stopwatch & Timer made by alittlekitten :)"/><link rel="apple-touch-icon" href="/reactStopwatch/images/play.svg"/><link rel="manifest" href="/reactStopwatch/manifest.json"/><title>React Stopwatch & Timer</title><script defer="defer" src="/reactStopwatch/static/js/main.01d5ec1c.js"></script><link href="/reactStopwatch/static/css/main.9da86248.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"short_name": "React App",
"short_name": "React Stopwatch & Timer",
"name": "Create React App Sample",
"icons": [
{
Expand Down

0 comments on commit ede773f

Please sign in to comment.