Skip to content

Commit 7085686

Browse files
authored
docs: correct join us url (#553)
1 parent 6305f09 commit 7085686

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.dumi/theme/slots/Footer/index.tsx

+4-4
Original file line numberDiff line numberDiff line change
@@ -243,12 +243,12 @@ const Footer: React.FC = () => {
243243
col2.items.push({
244244
icon: <UsergroupAddOutlined />,
245245
title: <FormattedMessage id="app.footer.work_with_us" />,
246-
url: getLink('/docs/resources', {
246+
url: `https://ant.design${getLink('/docs/resources', {
247247
cn: '加入我们',
248248
en: 'JoinUs',
249-
}),
250-
LinkComponent: Link,
251-
} as unknown as (typeof col2)['items'][number]);
249+
})}`,
250+
openExternal: true,
251+
});
252252
}
253253

254254
const col3 = {

0 commit comments

Comments
 (0)