Skip to content

Commit

Permalink
✨ feat(AppSocialIcons.vue): add 'discord' to socials array to support…
Browse files Browse the repository at this point in the history
… Discord social icon
  • Loading branch information
nyxb committed Nov 4, 2023
1 parent b95fbb1 commit c1e6af7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/app/AppSocialIcons.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script setup lang="ts">
const socials = ['twitter', 'facebook', 'instagram', 'youtube', 'github', 'medium']
const socials = ['twitter', 'facebook', 'instagram', 'youtube', 'github', 'medium', 'discord']
const { config } = useDocux()
Expand Down

0 comments on commit c1e6af7

Please sign in to comment.