Merge pull request #130 from hyperlane-xyz/favicon-fix

Replace favicon.ico file
pull/133/merge
J M Rossy 9 months ago committed by GitHub
commit 244810bb67
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      CUSTOMIZE.md
  2. BIN
      public/favicon.ico
  3. BIN
      public/favicon.png
  4. 2
      src/pages/_document.tsx

@ -47,7 +47,6 @@ The links used in the footer can be found here: `./src/consts/links.ts`
### Public assets / Favicons
The images and manifest files under `./public` should also be updated.
The current collection was generated with [RealFaviconGenerator](https://realfavicongenerator.net)
### Fonts

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

@ -13,7 +13,7 @@ export default function Document() {
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="manifest" href="/site.webmanifest" />
<link rel="mask-icon" href="/safari-pinned-tab.svg" color={APP_BRAND_COLOR} />
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="shortcut icon" href="/favicon.png" />
<meta name="msapplication-TileColor" content="#ffffff" />
<meta name="theme-color" content="#ffffff" />

Loading…
Cancel
Save