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 d38b827 commit 34389bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions 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/icon.ico" />
<link rel="icon" type="image/x-icon" href="assets/icons/iconLogo" />
<style>
#mask {
position: absolute;
Expand Down Expand Up @@ -38,9 +38,9 @@
height: 25px;
width: 25px;
vertical-align: middle;
animation: loadingCircle 1s infinite linear;
animation: loading-circle 1s infinite linear;
}
@keyframes loadingCircle {
@keyframes loading-circle {
to {
transform: rotate(360deg);
}
Expand Down

0 comments on commit 34389bc

Please sign in to comment.