We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 718fb4f commit 59a00cdCopy full SHA for 59a00cd
src/components/JoinCommunity/index.tsx
@@ -90,11 +90,21 @@ const JoinCommunity: FC<TProps> = ({
90
const QRCode = [
91
{
92
title: "Databend 公众号",
93
- icon: <img style={{ borderRadius: "6px" }} src={GongzhonghaoImg}></img>,
+ icon: (
94
+ <img
95
+ style={{ borderRadius: "6px", height: "100%", width: "100%" }}
96
+ src={GongzhonghaoImg}
97
+ ></img>
98
+ ),
99
},
100
101
title: "客服小 D",
- icon: <img style={{ borderRadius: "6px" }} src={LittleDImg}></img>,
102
103
104
105
+ src={LittleDImg}
106
107
108
109
];
110
return (
0 commit comments