We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6305f09 commit 7085686Copy full SHA for 7085686
.dumi/theme/slots/Footer/index.tsx
@@ -243,12 +243,12 @@ const Footer: React.FC = () => {
243
col2.items.push({
244
icon: <UsergroupAddOutlined />,
245
title: <FormattedMessage id="app.footer.work_with_us" />,
246
- url: getLink('/docs/resources', {
+ url: `https://ant.design${getLink('/docs/resources', {
247
cn: '加入我们',
248
en: 'JoinUs',
249
- }),
250
- LinkComponent: Link,
251
- } as unknown as (typeof col2)['items'][number]);
+ })}`,
+ openExternal: true,
+ });
252
}
253
254
const col3 = {
0 commit comments