refactor: rename the type SocialsObject to SocialObjects

This commit is contained in:
satnaing
2022-11-28 22:01:59 +06:30
parent c4c9ab2246
commit a45176203e
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ export interface Frontmatter {
tags: string[];
}
export type SocialsObject = {
export type SocialObjects = {
name: SocialMedia;
href: string;
active: boolean;