Skip to content
This repository has been archived by the owner on Nov 19, 2022. It is now read-only.

Commit

Permalink
fixed the 'too many files' of icons
Browse files Browse the repository at this point in the history
  • Loading branch information
netharuM committed Jan 30, 2022
1 parent abaeb3a commit b6877fb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"dependencies": {
"electron-squirrel-startup": "^1.0.0",
"lodash": "^4.17.21",
"material-design-icons": "^3.0.1"
"material-icons": "^1.10.6"
},
"devDependencies": {
"@electron-forge/cli": "^6.0.0-beta.63",
Expand All @@ -60,4 +60,4 @@
"electron": "16.0.7",
"electron-builder": "^22.14.5"
}
}
}
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<link rel="stylesheet" href="./bells.css">
<link rel="stylesheet" href="./settings.css">
<link rel="stylesheet" href="./tabs.css">
<link rel="stylesheet" href="../node_modules/material-design-icons/iconfont/material-icons.css">
<link rel="stylesheet" href="../node_modules/material-icons/iconfont/material-icons.css">
<script defer src="./main.js"></script>
</head>

Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2747,10 +2747,10 @@ matcher@^3.0.0:
dependencies:
escape-string-regexp "^4.0.0"

material-design-icons@^3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/material-design-icons/-/material-design-icons-3.0.1.tgz#9a71c48747218ebca51e51a66da682038cdcb7bf"
integrity sha1-mnHEh0chjrylHlGmbaaCA4zct78=
material-icons@^1.10.6:
version "1.10.6"
resolved "https://registry.yarnpkg.com/material-icons/-/material-icons-1.10.6.tgz#616bf924298631e8b7761fad4d5802a8cd839251"
integrity sha512-mVsXw91OON3J3uIVh9taIF1ZyDbcikRNCWv3KzsaJAGZTJbq0w1wdC8weCmyD3JDfAkxqK4WgVJITWPmVKJeDA==

mem@^4.3.0:
version "4.3.0"
Expand Down

0 comments on commit b6877fb

Please sign in to comment.