afc163
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
4 additions and
4 deletions
-
.dumi/theme/slots/Footer/index.tsx
-
CHANGELOG.en-US.md
|
|
@ -15,7 +15,7 @@ import { |
|
|
|
TwitterOutlined, |
|
|
|
UsergroupAddOutlined, |
|
|
|
ZhihuOutlined, |
|
|
|
YuqueOutlined, |
|
|
|
YuqueFilled, |
|
|
|
} from '@ant-design/icons'; |
|
|
|
import useLocation from '../../../hooks/useLocation'; |
|
|
|
import { css } from '@emotion/react'; |
|
|
@ -181,7 +181,7 @@ const Footer = () => { |
|
|
|
openExternal: true, |
|
|
|
}, |
|
|
|
{ |
|
|
|
icon: <YuqueOutlined style={{ color: '#00b96b' }} />, |
|
|
|
icon: <YuqueFilled style={{ color: '#00b96b' }} />, |
|
|
|
title: <FormattedMessage id="app.footer.yuque.repo" />, |
|
|
|
url: 'https://yuque.com/ant-design/ant-design', |
|
|
|
openExternal: true, |
|
|
@ -189,7 +189,7 @@ const Footer = () => { |
|
|
|
{ |
|
|
|
icon: <ZhihuOutlined style={{ color: '#0084ff' }} />, |
|
|
|
title: <FormattedMessage id="app.footer.zhihu" />, |
|
|
|
url: 'http://zhuanlan.zhihu.com/antdesign', |
|
|
|
url: 'https://www.zhihu.com/column/c_1564262000561106944', |
|
|
|
openExternal: true, |
|
|
|
}, |
|
|
|
{ |
|
|
|
|
|
@ -19,7 +19,7 @@ timeline: true |
|
|
|
|
|
|
|
`2022-11-18` |
|
|
|
|
|
|
|
🏆 Ant Design 5.0.0 is released, welcome to try it out! |
|
|
|
🏆 Ant Design 5.0.0 is released, see our [release note](https://github.com/ant-design/ant-design/issues/38671) for more details. |
|
|
|
|
|
|
|
#### Read it before migration |
|
|
|
|
|
|
|