|
|
@ -122,10 +122,10 @@ export default function Page2({ isMobile, locale }) { |
|
|
|
<Link to={utils.getLocalizedPathname('/docs/react/introduce', isZhCN)}> |
|
|
|
Ant Design of React <Icon type="right" /> |
|
|
|
</Link> |
|
|
|
<a href="https://ng.ant.design/" target="_blank"> |
|
|
|
<a href="https://ng.ant.design/" target="_blank" rel="noopener noreferrer"> |
|
|
|
Ant Design of Angular <Icon type="right" /> |
|
|
|
</a> |
|
|
|
<a href="https://vue.ant.design/" target="_blank"> |
|
|
|
<a href="https://vue.ant.design/" target="_blank" rel="noopener noreferrer"> |
|
|
|
Ant Design of Vue <Icon type="right" /> |
|
|
|
</a> |
|
|
|
</div> |
|
|
@ -137,11 +137,11 @@ export default function Page2({ isMobile, locale }) { |
|
|
|
const mobileContent = ( |
|
|
|
<div className="components-button-wrapper"> |
|
|
|
<p key="p">{item.slogan}</p> |
|
|
|
<a className="more-mobile-react" href="https://mobile.ant.design" target="_blank"> |
|
|
|
<a className="more-mobile-react" href="https://mobile.ant.design" target="_blank" rel="noopener noreferrer"> |
|
|
|
<FormattedMessage id="app.home.more-mobile-react" /> |
|
|
|
<Icon type="right" /> |
|
|
|
</a> |
|
|
|
<a className="more-mobile-angular" href="http://ng.mobile.ant.design" target="_blank"> |
|
|
|
<a className="more-mobile-angular" href="http://ng.mobile.ant.design" target="_blank" rel="noopener noreferrer"> |
|
|
|
<FormattedMessage id="app.home.more-mobile-angular" /> |
|
|
|
<Icon type="right" /> |
|
|
|
</a> |
|
|
|