Skip to content

Commit

Permalink
Fw 6130 update favicon dark light mode (#648)
Browse files Browse the repository at this point in the history
* renamed favicon files for better meaning, tried converting favicon dark and light mode to javascript from html but it's not working yet

* removed responsive favicon and replaced with black and white version

* removed commented out code
  • Loading branch information
Cara-Barter authored Oct 24, 2024
1 parent 46a21b7 commit e269c6d
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 18 deletions.
20 changes: 2 additions & 18 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,30 +20,14 @@
rel="icon"
type="image/png"
sizes="32x32"
href="<%=require('favicons/favicon-light-32x32.png')%>"
media="(prefers-color-scheme: dark)"
href="<%=require('favicons/favicon-32x32.png')%>"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="<%=require('favicons/favicon-light-16x16.png')%>"
media="(prefers-color-scheme: dark)"
href="<%=require('favicons/favicon-16x16.png')%>"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="<%=require('favicons/favicon-dark-32x32.png')%>"
media="(prefers-color-scheme: light)"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="<%=require('favicons/favicon-dark-16x16.png')%>"
media="(prefers-color-scheme: light)"
/>
<!-- Default meta tags for FB sharing -->
<meta property="og:url" content="https://www.firstvoices.com" />
<meta property="og:type" content="website" />
Expand Down
Binary file added src/assets/favicons/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 src/assets/favicons/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 removed src/assets/favicons/favicon-dark-16x16.png
Binary file not shown.
Binary file removed src/assets/favicons/favicon-dark-32x32.png
Binary file not shown.
Binary file removed src/assets/favicons/favicon-light-16x16.png
Binary file not shown.
Binary file removed src/assets/favicons/favicon-light-32x32.png
Binary file not shown.

0 comments on commit e269c6d

Please sign in to comment.