We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43c993e commit 5fdd4eeCopy full SHA for 5fdd4ee
.dumirc.ts
@@ -212,7 +212,10 @@ export default defineConfig({
212
},
213
{
214
title: 'Community',
215
- items: [{ title: 'X (Twitter)', url: 'https://twitter.com/AntDesignWeb3' }],
+ items: [
216
+ { title: 'X (Twitter)', url: 'https://twitter.com/AntDesignWeb3' },
217
+ { title: 'Telegram', url: 'https://t.me/antdweb3' },
218
+ ],
219
220
],
221
'zh-CN': [
@@ -286,7 +289,10 @@ export default defineConfig({
286
289
287
290
288
291
title: '社区',
292
293
294
295
296
297
298
0 commit comments