Skip to content

Commit 222ae58

Browse files
committed
feat: replaced wechart img
1 parent a5a75f2 commit 222ae58

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed

src/components/JoinCommunity/index.tsx

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import Slack from "@site/static/icons/slack.svg";
1414
import YouTube from "@site/static/icons/youtube.svg";
1515
import Bili from "@site/static/icons/bili.svg";
1616
import GongzhonghaoImg from "@site/static/img/databend-gongzhonghao.jpeg";
17-
import LittleDImg from "@site/static/img/little-d.jpeg";
17+
import SalesImg from "@site/static/img/sales.jpeg";
1818
import { Tooltip } from "antd";
1919
interface TProps {
2020
titleAlign?:
@@ -98,11 +98,11 @@ const JoinCommunity: FC<TProps> = ({
9898
),
9999
},
100100
{
101-
title: "客服小 D",
101+
title: "销售微信",
102102
icon: (
103103
<img
104104
style={{ borderRadius: "6px", height: "100%", width: "100%" }}
105-
src={LittleDImg}
105+
src={SalesImg}
106106
></img>
107107
),
108108
},
@@ -135,7 +135,7 @@ const JoinCommunity: FC<TProps> = ({
135135
})}
136136
{isChina && (
137137
<div>
138-
<div style={{ marginBottom: "8px", fontSize: "13px" }}>微信</div>
138+
<h6 style={{ marginBottom: "8px", textAlign: titleAlign }}>微信</h6>
139139
<div className={clsx("community-group", styles.CommunityGroup)}>
140140
{QRCode?.map((code, index) => {
141141
return (
@@ -154,6 +154,18 @@ const JoinCommunity: FC<TProps> = ({
154154
);
155155
})}
156156
</div>
157+
<h6
158+
style={{
159+
textAlign: titleAlign,
160+
marginTop: "16px",
161+
marginBottom: "8px",
162+
}}
163+
>
164+
销售电话
165+
</h6>
166+
<div className={clsx("community-group", styles.CommunityGroup)}>
167+
185 1688 8139
168+
</div>
157169
</div>
158170
)}
159171
</div>

static/img/sales.jpeg

56 KB
Loading

0 commit comments

Comments
 (0)