Browse Source

docs: Fix landing page

pull/19245/head
zombiej 5 years ago
parent
commit
5a19463e4b
  1. 5
      site/theme/template/Home/Banner.jsx

5
site/theme/template/Home/Banner.jsx

@ -5,7 +5,8 @@ import ScrollParallax from 'rc-scroll-anim/lib/ScrollParallax';
import { Link } from 'bisheng/router';
import { FormattedMessage, useIntl } from 'react-intl';
import GitHubButton from 'react-github-button';
import { Button, Divider, Icon } from 'antd';
import { Button, Divider } from 'antd';
import { Right } from '@ant-design/icons';
import BannerImage from './BannerImage';
import * as utils from '../utils';
@ -103,7 +104,7 @@ const Banner = ({ isMobile }) => {
alt="yuque logo"
/>
<FormattedMessage id="app.home.recommend.yuque" />
<Icon type="right" style={{ marginLeft: 6, fontSize: 12, opacity: 0.6 }} />
<Right style={{ marginLeft: 6, fontSize: 12, opacity: 0.6 }} />
</a>
</div>
</QueueAnim>

Loading…
Cancel
Save