Skip to content

Commit

Permalink
align dashboard menu options to the left
Browse files Browse the repository at this point in the history
  • Loading branch information
KishaniKandasamy committed Jan 20, 2021
1 parent b659dfc commit e65af5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions web/src/helpers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import { notification } from 'antd';
import type { MenuDataItem } from '@ant-design/pro-layout';
import { history } from 'umi';
import moment from 'moment';
import { InfoCircleOutlined } from '@ant-design/icons';


import { codeMessage } from './constants';
import IconFont from './components/IconFont';
Expand Down Expand Up @@ -69,7 +69,7 @@ export const getMenuData = (): MenuDataItem[] => {
{
name: 'serverinfo',
path: '/serverinfo',
icon: <InfoCircleOutlined />,
icon: <IconFont name="iconinfocircle"/>,
},
];
};
Expand Down
Loading

0 comments on commit e65af5b

Please sign in to comment.