site: rm gitee-pages enter (#48792)

This commit is contained in:
lijianan 2024-05-07 07:29:30 +08:00 committed by GitHub
parent ddf70283ed
commit 01264592a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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