Skip to content

Commit

Permalink
feat: high quality ico
Browse files Browse the repository at this point in the history
  • Loading branch information
izayl committed Apr 16, 2021
1 parent 0cf3d8d commit 3580e2e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@ yarn-error.log*
# vercel
.vercel

TODO
TODO
.eslintcache
8 changes: 4 additions & 4 deletions pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ export default class MyDocument extends Document {
<meta name="keywords" content="ETH,EVM,EVM Compatible Network,Network,Blockchain,chain" />
<meta property="og:title" content="EVM Box"/>
<meta property="og:description" content="use EVM Compatible Network with ease."/>
<meta property="og:image" content="/images/favicon.svg"/>
<meta property="og:image" content="/images/favicon.png"/>
<meta property="og:type" content="website" />
<link rel="shortcut icon" href="/images/favicon.ico" />
<link rel="icon" sizes="16x16 32x32" href="/images/favicon.ico" />
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32.png"/>
<link rel="shortcut icon" href="/images/favicon.png" />
<link rel="icon" sizes="16x16 32x32" href="/images/favicon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon.png"/>
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16.png"/>
<link rel="apple-touch-icon" href="/images/apple-touch-icon.png" />
</Head>
Expand Down
Binary file removed public/images/favicon.ico
Binary file not shown.
Binary file added public/images/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

1 comment on commit 3580e2e

@vercel
Copy link

@vercel vercel bot commented on 3580e2e Apr 16, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.