Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit fed3d20

Browse files
committed
chore: merge branch 'dev'
2 parents 7102c9e + d548fc6 commit fed3d20

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

containers/Footer/SocialList.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,15 @@ const SocialList = () => (
3131
<Icon src={`${ICON_CMD}/github.svg`} />
3232
</Item>
3333
</a>
34+
<a
35+
href="https://zhuanlan.zhihu.com/coderplanets"
36+
rel="noopener noreferrer"
37+
target="_blank"
38+
>
39+
<Item>
40+
<Icon src={`${ICON_CMD}/zhihu.svg`} />
41+
</Item>
42+
</a>
3443
</Wrapper>
3544
)
3645

0 commit comments

Comments
 (0)