Skip to content

Commit

Permalink
fix: iconproblem
Browse files Browse the repository at this point in the history
  • Loading branch information
sunzhouyang committed Mar 8, 2023
1 parent 34389bc commit 75fe6d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/workbench/browser/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<base href="/" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<script async src="assets/font/iconpark.js"></script>
<link rel="icon" type="image/x-icon" href="assets/icons/iconLogo" />
<link rel="icon" type="image/x-icon" href="assets/icons/iconLogo.png" />
<style>
#mask {
position: absolute;
Expand Down

0 comments on commit 75fe6d2

Please sign in to comment.