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 94fe635 commit 742f6beCopy full SHA for 742f6be
packages/docs/src/components/home/Discord.vue
@@ -8,6 +8,9 @@
8
class="pa-6 pa-md-12 text-center"
9
cols="12"
10
>
11
+ <v-icon class="mb-5" size="60">
12
+ mdi-discord
13
+ </v-icon>
14
15
<h4 class="text-h4 font-weight-bold mb-5">
16
Join our community of 40k+ developers
@@ -19,8 +22,8 @@
19
22
20
23
<v-btn
21
24
:color="theme.current.value.dark ? 'primary' : 'background'"
25
+ append-icon="mdi-open-in-new"
26
class="mr-4 text-none"
- prepend-icon="mdi-discord"
27
rounded="lg"
28
size="large"
29
text="Join Discord"
0 commit comments