Skip to content

Commit

Permalink
Merge pull request #140 from kaali001/issue-resolved-header-favicon
Browse files Browse the repository at this point in the history
fix: fevicon changed in header  issue:#126
  • Loading branch information
dvjsharma authored Jul 17, 2024
2 parents e26a431 + cfe44a8 commit 1cd7f60
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,17 @@
rel="stylesheet"
/>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/src/assets/logo-final.ico" />

<!-- Standard favicon -->
<link rel="icon" type="image/png" sizes="16x16" href="/src/assets/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="/src/assets/favicon-32x32.png">
<link rel="icon" type="image/svg+xml" href="/src/assets/favicon.ico" sizes="64x64">
<!-- Android Chrome -->
<link rel="icon" type="image/png" sizes="192x192" href="/src/assets/android-chrome-192x192.png">
<link rel="icon" type="image/png" sizes="512x512" href="/src/assets/android-chrome-512x512.png">
<!-- Apple Touch Icon -->
<link rel="apple-touch-icon" sizes="180x180" href="/src/assets/apple-touch-icon.png">

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Drawn2Shoe</title>
</head>
Expand Down
Binary file added client/src/assets/android-chrome-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added client/src/assets/android-chrome-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added client/src/assets/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added client/src/assets/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added client/src/assets/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added client/src/assets/favicon.ico
Binary file not shown.

0 comments on commit 1cd7f60

Please sign in to comment.