Skip to content

Commit

Permalink
fix(): fix public add ico
Browse files Browse the repository at this point in the history
  • Loading branch information
ijash committed Sep 22, 2022
1 parent 714d56e commit 1ca78e8
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 16 deletions.
Binary file modified public/favicon.ico
Binary file not shown.
8 changes: 4 additions & 4 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<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"
name="O-Ring Size Finder"
content="Straight to the point o-ring size finder tool"
/>
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/oring-logo.png" />
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
Expand All @@ -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>O-Ring Size Finder</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down
Binary file removed public/logo192.png
Binary file not shown.
Binary file removed public/logo512.png
Binary file not shown.
14 changes: 4 additions & 10 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,15 @@
{
"short_name": "React App",
"name": "Create React App Sample",
"short_name": "O-Ring Finder",
"name": "O-Ring Size Finder",
"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"
"src": "oring-logo.png",
"type": "image/png"
}
],
"start_url": ".",
Expand Down
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ root.render(
// If you want to start measuring performance in your app, pass a function
// to log results (for example: reportWebVitals(console.log))
// or send to an analytics endpoint. Learn more: https://bit.ly/CRA-vitals
reportWebVitals();
// reportWebVitals();
1 change: 0 additions & 1 deletion src/logo.svg

This file was deleted.

0 comments on commit 1ca78e8

Please sign in to comment.