Skip to content

Commit

Permalink
fix: favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
Aman035 committed Nov 21, 2024
1 parent b4b9d3c commit 6f9f259
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions examples/core-connection/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Connect to Wallet</title>
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
</head>
<body>
<div id="root"></div>
Expand Down
Binary file added examples/core-connection/public/favicon.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion examples/email/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Email</title>
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
</head>
<body>
<div id="root"></div>
Expand Down
Binary file added examples/email/public/favicon.ico
Binary file not shown.
1 change: 0 additions & 1 deletion examples/email/public/vite.svg

This file was deleted.

0 comments on commit 6f9f259

Please sign in to comment.