Skip to content

Commit

Permalink
Merge pull request #164 from raj-rathod/rajesh
Browse files Browse the repository at this point in the history
fix:<Favicon>
  • Loading branch information
raj-rathod authored Nov 25, 2023
2 parents 979f660 + a955402 commit dbae89c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/browserconfig.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<browserconfig>
<msapplication>
<tile>
<square150x150logo src=".assets/seo/mstile-150x150.png"/>
<square150x150logo src="./assets/seo/mstile-150x150.png"/>
<TileColor>#603cba</TileColor>
</tile>
</msapplication>
Expand Down
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta name="theme-color" content="#10cbecc2">
<link rel="shortcut icon" href="./favicon.ico" type="image/x-icon" />
<link rel="apple-touch-icon" sizes="180x180" href="./assets/seo/apple-touch-icon.png">
<link rel="apple-touch-icon-precomposed" href="./assets/seo/apple-touch-iocn.png">
<link rel="apple-touch-icon-precomposed" href="./assets/seo/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./assets/seo/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./assets/seo/favicon-16x16.png">
<link rel="mask-icon" href="./assets/seo/safari-pinned-tab.svg" color="#5bbad5">
Expand Down

0 comments on commit dbae89c

Please sign in to comment.