Skip to content

Commit 40d88d0

Browse files
committed
fix: icon show error
1 parent 287945c commit 40d88d0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/pages/admin/Admin.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import {
99

1010
import { themeConfig, isClassic, AppTheme } from 'app/theme';
1111
import { adminRoutes } from 'app/config';
12-
1312
import { Frame } from './core';
1413

1514
const styles = (theme: AppTheme) =>

src/pages/admin/core/Header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ class Header extends React.PureComponent<HeaderProps, HeaderState> {
168168
>
169169
<i
170170
className={classNames(
171-
'fas fa-bars animated',
171+
'fa fa-bars animated',
172172
hideBrand && 'rotateIn',
173173
)}
174174
/>

0 commit comments

Comments
 (0)