Skip to content

Commit

Permalink
fixed href
Browse files Browse the repository at this point in the history
  • Loading branch information
prabh-t committed Oct 8, 2024
1 parent 3fbf862 commit 555fb8b
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 @@ -18,7 +18,7 @@
<link rel="icon" type="image/png" href="%PUBLIC_URL%/favicons/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/png" href="%PUBLIC_URL%/favicons/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="%PUBLIC_URL%/favicons/favicon-16x16.png" sizes="16x16" />
<link rel="icon" type="image/png" href="%PUBLIC_URL%/favicons/favicon-128.png" sizes="128x128" />
<link rel="icon" type="image/png" href="%PUBLIC_URL%/favicons/favicon-128x128.png" sizes="128x128" />
<meta name="application-name" content="&nbsp;"/>
<meta name="msapplication-TileColor" content="#FFFFFF" />
<meta name="msapplication-TileImage" content="%PUBLIC_URL%/favicons/mstile-144x144.png" />
Expand Down

0 comments on commit 555fb8b

Please sign in to comment.