Skip to content

Commit

Permalink
site: rm gitee-pages enter (#48792)
Browse files Browse the repository at this point in the history
  • Loading branch information
li-jia-nan committed May 6, 2024
1 parent ddf7028 commit 0126459
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions .dumi/theme/slots/Header/Navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0126459

Please sign in to comment.