Browse Source

docs: update zhihu blog url (#38737)

pull/38742/head
afc163 2 years ago
committed by GitHub
parent
commit
68b1062ef1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      .dumi/theme/slots/Footer/index.tsx
  2. 2
      CHANGELOG.en-US.md

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

@ -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,
},
{

2
CHANGELOG.en-US.md

@ -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

Loading…
Cancel
Save