chore: update feather icon

This commit is contained in:
boojack
2022-07-30 00:29:20 +08:00
parent e179c65e52
commit c703f281d9
30 changed files with 78 additions and 47 deletions

View File

@ -1,4 +1,5 @@
import { userService } from "../services";
import Icon from "./Icon";
import Only from "./common/OnlyWhen";
import showDailyReviewDialog from "./DailyReviewDialog";
import showSettingDialog from "./SettingDialog";
@ -24,7 +25,7 @@ const Sidebar: React.FC<Props> = () => {
<aside className="sidebar-wrapper">
<div className="close-container">
<span className="action-btn" onClick={toggleSiderbar}>
<i className="fa-solid fa-xmark fa-lg icon-img"></i>
<Icon.X className="icon-img" />
</span>
</div>
<UserBanner />