Skip to content

Commit

Permalink
site: add link to design platform
Browse files Browse the repository at this point in the history
  • Loading branch information
benjycui committed Mar 30, 2017
1 parent aa23606 commit dda79aa
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions site/theme/en-US.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ module.exports = {
'app.footer.eggjs': 'Enterprise Node Framework',
'app.footer.motion': 'Motion Soluction',
'app.footer.antd-library': 'Axure library',
'app.footer.design-platform': 'Ant Financial Design Platform',
'app.footer.antux': 'Sitemap Template',
'app.footer.community': 'Community',
'app.footer.change-log': 'Change Log',
Expand Down
5 changes: 5 additions & 0 deletions site/theme/template/Layout/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,11 @@ class Footer extends React.Component {
</li>
<li>
<h2><Icon type="link" /> <FormattedMessage id="app.footer.links" /></h2>
<div>
<a href="https://design.alipay.com/">
<FormattedMessage id="app.footer.design-platform" />
</a>
</div>
<div>
<a href="http://mobile.ant.design">Ant Design Mobile</a>
<span> - </span>
Expand Down
1 change: 1 addition & 0 deletions site/theme/zh-CN.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ module.exports = {
'app.footer.eggjs': '企业级 Node 开发框架',
'app.footer.motion': '设计动效',
'app.footer.antd-library': 'Axure 部件库',
'app.footer.design-platform': '蚂蚁金服设计平台',
'app.footer.antux': '页面逻辑素材',
'app.footer.community': '社区',
'app.footer.change-log': '更新记录',
Expand Down

0 comments on commit dda79aa

Please sign in to comment.