Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit ea3f9f5

Browse files
committed
feat: update discord icons
1 parent b6808d8 commit ea3f9f5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

website/src/components/Navbar.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@
7676
aria-label="Join Discord channel"
7777
target="_blank"
7878
rel="noopener noreferrer"
79-
href="https://github.com/chakra-ui/chakra-ui-vue"
80-
icon="message-circle"
79+
href="https://discord.gg/sq2Kp6x"
80+
icon="discord"
8181
/>
8282
</CBox>
8383
<CBox as="li">

website/src/components/home/Footer.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@
3030
aria-label="Join Discord channel"
3131
target="_blank"
3232
rel="noopener noreferrer"
33-
href="https://github.com/chakra-ui/chakra-ui-vue"
33+
href="https://discord.gg/sq2Kp6x"
3434
:_hover="{ color: 'vue.500' }"
3535
mx="4"
3636
>
37-
<CIcon name="message-circle" mt="8px" />
37+
<CIcon name="discord" mt="8px" />
3838
</chakra.a>
3939
</CFlex>
4040
</template>

0 commit comments

Comments
 (0)