Skip to content

Commit

Permalink
adds tiktok to social icons (#915)
Browse files Browse the repository at this point in the history
  • Loading branch information
willzittlau committed Jun 6, 2023
1 parent f56cd8d commit 7f0bcf1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion components/app/AppSocialIcons.vue
@@ -1,5 +1,5 @@
<script setup lang="ts">
const socials = ['twitter', 'facebook', 'instagram', 'youtube', 'github', 'medium']
const socials = ['twitter', 'facebook', 'instagram', 'tiktok', 'youtube', 'github', 'medium']
const { config } = useDocus()
Expand Down
6 changes: 6 additions & 0 deletions nuxt.schema.ts
Expand Up @@ -68,6 +68,12 @@ export default defineNuxtSchema({
* Instagram page url
* @example https://www.youtube.com/@NuxtLabs
* @studioIcon simple-icons:youtube
*/
tiktok: '',
/**
* TikTok page url
* @example https://www.tiktok.com/@tiktok
* @studioIcon simple-icons:tiktok
*/
youtube: '',
/**
Expand Down

0 comments on commit 7f0bcf1

Please sign in to comment.