chore: Add navigation for China mirror site (#23562)

* Add navigation for domestic mirror sites

* use A tag
This commit is contained in:
Amumu 2020-04-24 17:17:03 +08:00 committed by GitHub
parent d860358f94
commit fb46b8a864
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -95,6 +95,11 @@ export default ({
<FormattedMessage id="app.header.menu.resource" />
</Link>
</Menu.Item>
{isZhCN && (
<Menu.Item key="mirror">
<a href="https://ant-design.gitee.io"></a>
</Menu.Item>
)}
{additional}
</Menu>
);