mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 11:10:01 +08:00
site: update footer link
This commit is contained in:
parent
5d7fc8c2b8
commit
ac40780265
@ -33,7 +33,6 @@ module.exports = {
|
||||
'app.footer.links': 'Links',
|
||||
'app.footer.mobile': 'Mobile',
|
||||
'app.footer.data-vis': 'Data Visualization',
|
||||
'app.footer.data-vis-spec': 'Data Visualization Specification',
|
||||
'app.footer.motion': 'Motion',
|
||||
'app.footer.antd-library': 'Axure library of Ant Design',
|
||||
'app.footer.material': 'Sitemap Template',
|
||||
|
@ -100,15 +100,10 @@ class Footer extends React.Component {
|
||||
<span> - </span>
|
||||
<FormattedMessage id="app.footer.mobile" />
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://g2.alipay.com/">G2</a>
|
||||
<span> - </span>
|
||||
<FormattedMessage id="app.footer.data-vis" />
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://antv.alipay.com/">AntV</a>
|
||||
<span> - </span>
|
||||
<FormattedMessage id="app.footer.data-vis-spec" />
|
||||
<FormattedMessage id="app.footer.data-vis" />
|
||||
</div>
|
||||
<div>
|
||||
<a href="http://motion.ant.design">Ant Motion</a>
|
||||
|
@ -33,7 +33,6 @@ module.exports = {
|
||||
'app.footer.links': '相关站点',
|
||||
'app.footer.mobile': '移动版',
|
||||
'app.footer.data-vis': '数据可视化',
|
||||
'app.footer.data-vis-spec': '数据可视化规范',
|
||||
'app.footer.motion': '设计动效',
|
||||
'app.footer.antd-library': 'Axure 部件库',
|
||||
'app.footer.material': '页面逻辑素材',
|
||||
|
Loading…
Reference in New Issue
Block a user