Add YouTube as social link

This commit is contained in:
Ariful Alam
2023-07-03 15:38:04 +06:00
parent 205a547439
commit f482c2e7b6
6 changed files with 21 additions and 2 deletions

5
types/index.d.ts vendored
View File

@@ -64,6 +64,11 @@ export interface Social {
*/
instagram?: string;
/**
* YouTube
*/
youtube?: string;
/**
* Dribbble
*/