Skip to content

Commit

Permalink
💬 fix: 补充 Footer 中的 Ant Design 官网
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Mar 14, 2023
1 parent 33af7e2 commit 89dd147
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/slots/Footer/columns.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ export const getColumns = ({ github }: GetColumnParams) => {
const resources: FooterColumn = {
title: '相关资源',
items: [
{
title: 'Ant Design',
url: 'https://ant.design',
openExternal: true,
},
{
title: 'Ant Design Pro',
url: 'https://pro.ant.design',
Expand Down

0 comments on commit 89dd147

Please sign in to comment.