Skip to content

Commit

Permalink
update favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
nmalikgeminie committed Sep 10, 2024
1 parent 86576ac commit 48416d0
Show file tree
Hide file tree
Showing 19 changed files with 14 additions and 3 deletions.
3 changes: 2 additions & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
},
"index": "src/index.html",
"polyfills": [
"src/polyfills.ts"
"src/polyfills.ts",
"@angular/localize/init"
],
"tsConfig": "tsconfig.app.json",
"preserveSymlinks": true,
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added src/assets/icons/gemini/icon-128x128.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 src/assets/icons/gemini/icon-144x144.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 src/assets/icons/gemini/icon-152x152.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 src/assets/icons/gemini/icon-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 src/assets/icons/gemini/icon-384x384.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 src/assets/icons/gemini/icon-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 src/assets/icons/gemini/icon-72x72.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 src/assets/icons/gemini/icon-800x800.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 src/assets/icons/gemini/icon-96x96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 12 additions & 2 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,19 @@
<title>Conserve</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="assets/icons/geminie_logo_head.png" sizes="60x60">

<!-- Favicon links -->
<link rel="icon" type="image/png" href="assets/icons/gemini/icon-72x72.png" sizes="72x72">
<link rel="icon" type="image/png" href="assets/icons/gemini/icon-96x96.png" sizes="96x96">
<link rel="icon" type="image/png" href="assets/icons/gemini/icon-128x128.png" sizes="128x128">
<link rel="icon" type="image/png" href="assets/icons/gemini/icon-144x144.png" sizes="144x144">
<link rel="icon" type="image/png" href="assets/icons/gemini/icon-152x152.png" sizes="152x152">
<link rel="icon" type="image/png" href="assets/icons/gemini/icon-192x192.png" sizes="192x192">
<link rel="icon" type="image/png" href="assets/icons/gemini/icon-384x384.png" sizes="384x384">
<link rel="icon" type="image/png" href="assets/icons/gemini/icon-512x512.png" sizes="512x512">

<meta name="theme-color" content="#1976d2">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="mobile-web-app-capable" content="yes">
</head>
<body data-theme="auto">
<app-root></app-root>
Expand Down

0 comments on commit 48416d0

Please sign in to comment.