Browse Source

Updated general page base values.

master
Denis Thiessen 4 months ago
parent
commit
f65985778f
  1. 2
      package.json
  2. BIN
      public/favicon.ico
  3. 2
      public/index.html
  4. BIN
      public/logo192.png
  5. BIN
      public/logo512.png

2
package.json

@ -16,7 +16,7 @@
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"start": "set PORT=9003 && react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",

BIN
public/favicon.ico

2
public/index.html

@ -24,7 +24,7 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>React App</title>
<title>Clockify Visualizer</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>

BIN
public/logo192.png

Before

Width: 192  |  Height: 192  |  Size: 5.2 KiB

After

Width: 192  |  Height: 192  |  Size: 12 KiB

BIN
public/logo512.png

Before

Width: 512  |  Height: 512  |  Size: 9.4 KiB

After

Width: 512  |  Height: 512  |  Size: 38 KiB

Loading…
Cancel
Save