Skip to content

Commit

Permalink
icons
Browse files Browse the repository at this point in the history
  • Loading branch information
ankushKun committed Jun 5, 2024
1 parent 9c30618 commit 84c656d
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
Binary file removed public/apple-icon.png
Binary file not shown.
Binary file modified public/favicon.ico
Binary file not shown.
Binary file added public/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion public/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default function Document() {
<Head >
<link rel="icon" href="/favicon.ico" />
<link rel="icon" href="/icon.svg" type="image/svg" />
<link rel="apple-touch-icon" href="/apple-icon.png" type="image/png" />
<link rel="apple-touch-icon" href="/icon.png" type="image/png" />
</Head>
<body>
<Main />
Expand Down

0 comments on commit 84c656d

Please sign in to comment.