Skip to content

Commit

Permalink
changed ico stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-juang committed Dec 12, 2023
1 parent 3888d70 commit db9703e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
Binary file modified front-end/public/favicon.ico
Binary file not shown.
6 changes: 3 additions & 3 deletions front-end/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,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"
name="MangaBookshelf"
content="We sell Mangas"
/>
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<!--
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>MangaBookShelf</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down
9 changes: 7 additions & 2 deletions front-end/public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"short_name": "React App",
"name": "Create React App Sample",
"short_name": "Manga BookShelf",
"name": "Manga BookShelf",
"icons": [
{
"src": "favicon.ico",
Expand All @@ -16,6 +16,11 @@
"src": "logo512.png",
"type": "image/png",
"sizes": "512x512"
},
{
"src":"kawaii.jpeg",
"type":"image/jpeg",
"sizes":"512x512"
}
],
"start_url": ".",
Expand Down

0 comments on commit db9703e

Please sign in to comment.