mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-01 11:39:28 +08:00
chore: Add navigation for China mirror site (#23562)
* Add navigation for domestic mirror sites * use A tag
This commit is contained in:
parent
d860358f94
commit
fb46b8a864
@ -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>
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user