We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 287945c commit 40d88d0Copy full SHA for 40d88d0
src/pages/admin/Admin.tsx
@@ -9,7 +9,6 @@ import {
9
10
import { themeConfig, isClassic, AppTheme } from 'app/theme';
11
import { adminRoutes } from 'app/config';
12
-
13
import { Frame } from './core';
14
15
const styles = (theme: AppTheme) =>
src/pages/admin/core/Header.tsx
@@ -168,7 +168,7 @@ class Header extends React.PureComponent<HeaderProps, HeaderState> {
168
>
169
<i
170
className={classNames(
171
- 'fas fa-bars animated',
+ 'fa fa-bars animated',
172
hideBrand && 'rotateIn',
173
)}
174
/>
0 commit comments