Skip to content

Commit

Permalink
fix: Landing Page Favicon (#577)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jhon-Aires authored Jun 18, 2024
1 parent 3c4d577 commit 26db5b9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added landing/assets/icon-64.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 landing/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="./assets/SmallLogo.png" type="image/png" />
<link rel="icon" href="./assets/icon-64.png" type="image/png">
<title>I/O Crossword</title>
<link rel="stylesheet" href="./style.css" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
Expand Down

0 comments on commit 26db5b9

Please sign in to comment.