8000 adds tiktok to social icons (#915) · nuxtlabs/docus@7f0bcf1 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Commit 7f0bcf1

Browse files
authored
< 8000 /div>
adds tiktok to social icons (#915)
1 parent f56cd8d commit 7f0bcf1

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

components/app/AppSocialIcons.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<script setup lang="ts">
2-
const socials = ['twitter', 'facebook', 'instagram', 'youtube', 'github', 'medium']
2+
const socials = ['twitter', 'facebook', 'instagram', 'tiktok', 'youtube', 'github', 'medium']
33
44
const { config } = useDocus()
55

nuxt.schema.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,12 @@ export default defineNuxtSchema({
6868
* Instagram page url
6969
* @example https://www.youtube.com/@NuxtLabs
7070
* @studioIcon simple-icons:youtube
71+
*/
72+
tiktok: '',
73+
/**
74+
* TikTok page url
75+
* @example https://www.tiktok.com/@tiktok
76+
* @studioIcon simple-icons:tiktok
7177
*/
7278
youtube: '',
7379
/**

0 commit comments

Comments
 (0)
0