Skip to content

Commit 742f6be

Browse files
committed
add discord icon
1 parent 94fe635 commit 742f6be

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/docs/src/components/home/Discord.vue

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
class="pa-6 pa-md-12 text-center"
99
cols="12"
1010
>
11+
<v-icon class="mb-5" size="60">
12+
mdi-discord
13+
</v-icon>
1114

1215
<h4 class="text-h4 font-weight-bold mb-5">
1316
Join our community of 40k+ developers
@@ -19,8 +22,8 @@
1922

2023
<v-btn
2124
:color="theme.current.value.dark ? 'primary' : 'background'"
25+
append-icon="mdi-open-in-new"
2226
class="mr-4 text-none"
23-
prepend-icon="mdi-discord"
2427
rounded="lg"
2528
size="large"
2629
text="Join Discord"

0 commit comments

Comments
 (0)