Skip to content

Commit

Permalink
fix: 修复侧边栏 icon 间距 (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jodeee authored May 8, 2023
1 parent f875d0c commit 5c63654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion view/src/components/SiderBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ export default class SiderBar extends React.Component {
</Menu.Item>
<Menu.Item key="/insight">
<Link to="/insight">
<LineChartOutlined />
<span>
<LineChartOutlined />
{__i18n('洞察')}
</span>
</Link>
Expand Down

0 comments on commit 5c63654

Please sign in to comment.