mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-29 18:50:00 +08:00
site: rm gitee-pages enter (#48792)
This commit is contained in:
parent
ddf70283ed
commit
01264592a7
@ -238,27 +238,11 @@ const HeaderNavigation: React.FC<NavigationProps> = (props) => {
|
||||
),
|
||||
key: 'antgroup',
|
||||
},
|
||||
{
|
||||
label: (
|
||||
<a href="https://ant-design.gitee.io" target="_blank" rel="noreferrer">
|
||||
Gitee 镜像
|
||||
</a>
|
||||
),
|
||||
icon: (
|
||||
<img
|
||||
alt="gitee"
|
||||
src="https://gw.alipayobjects.com/zos/bmw-prod/9e91e124-9bab-4113-b500-301412f6b370.svg"
|
||||
width={16}
|
||||
style={{ verticalAlign: 'text-bottom' }}
|
||||
/>
|
||||
),
|
||||
key: 'gitee',
|
||||
},
|
||||
],
|
||||
}
|
||||
: null,
|
||||
...(additional ?? []),
|
||||
];
|
||||
].filter(Boolean);
|
||||
|
||||
return (
|
||||
<Menu
|
||||
|
Loading…
Reference in New Issue
Block a user