This is an automated email from the ASF dual-hosted git repository.
jeffreyh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git
The following commit(s) were added to refs/heads/master by this push:
new c6f05ef87c2 Remove wechat in footer (#2788)
c6f05ef87c2 is described below
commit c6f05ef87c2520fffc525eb2665dd13539dfd08b
Author: yangon <[email protected]>
AuthorDate: Tue Aug 26 19:25:10 2025 +0800
Remove wechat in footer (#2788)
---
src/theme/Footer/index.tsx | 7 -------
1 file changed, 7 deletions(-)
diff --git a/src/theme/Footer/index.tsx b/src/theme/Footer/index.tsx
index c4503b66de3..0d9ed606547 100644
--- a/src/theme/Footer/index.tsx
+++ b/src/theme/Footer/index.tsx
@@ -122,13 +122,6 @@ function Footer(): JSX.Element | null {
>
<MediumIcon />
</a>
- <a className="item wechat">
- <WechatIcon />
- <div className="wechat-dropdown">
- <p className="text-[#4c576c]
text-xs">Connect on WeChat</p>
- <img
src={require('@site/static/images/doris-wechat.png').default} alt="" />
- </div>
- </a>
</div>
</div>
</div>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]