Browse Source

docs: Fix footer zhihu columns link

pull/40679/head
二货机器人 2 years ago
parent
commit
35094551c1
  1. 2
      .dumi/theme/slots/Footer/index.tsx

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

@ -215,7 +215,7 @@ const Footer: React.FC = () => {
{ {
icon: <ZhihuOutlined style={{ color: '#056de8' }} />, icon: <ZhihuOutlined style={{ color: '#056de8' }} />,
title: <FormattedMessage id="app.footer.zhihu.xtech" />, title: <FormattedMessage id="app.footer.zhihu.xtech" />,
url: 'http://zhuanlan.zhihu.com/xtech', url: 'https://www.zhihu.com/column/c_1543658574504751104',
openExternal: true, openExternal: true,
}, },
{ {

Loading…
Cancel
Save