Skip to content

Commit

Permalink
fix: bug fix for favicon not visible on new tabs/plays (#1387)
Browse files Browse the repository at this point in the history
Co-authored-by: notvanshh <[email protected]>
  • Loading branch information
kapoor-codes and notvanshh authored Nov 21, 2023
1 parent e3d1c48 commit 9b4760c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="./favicon.ico" />
<link rel="icon" href="/favicon.ico" />
<link rel="canonical" href="https://reactplay.io" />
<link rel="apple-touch-icon" href="./logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
Expand Down

0 comments on commit 9b4760c

Please sign in to comment.