Skip to content

Commit

Permalink
fix: fix incorrect MIME type for favicon in HTML Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
mdqst authored and Aniket-Engg committed Dec 23, 2024
1 parent 890b7d4 commit 1169a70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/remix-ide/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Remix - Ethereum IDE</title>
<link rel="stylesheet" href="assets/css/pygment_trac.css">
<link rel="icon" type="x-icon" href="assets/img/remix-logo-blue.png">
<link rel="icon" type="image/x-icon" href="assets/img/remix-logo-blue.png">
<link rel="stylesheet" href="assets/css/intro.js/4.1.0/introjs.min.css">
<link rel="stylesheet" href="assets/fontawesome/css/all.css">
<script src="assets/js/browserfs.min.js"></script>
Expand All @@ -41,4 +41,4 @@
<script type="text/javascript" src="assets/js/parser/antlr.js"></script>
</body>

</html>
</html>

0 comments on commit 1169a70

Please sign in to comment.