mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 11:29:33 +08:00
refactor: rename the type SocialsObject to SocialObjects
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ export interface Frontmatter {
|
||||
tags: string[];
|
||||
}
|
||||
|
||||
export type SocialsObject = {
|
||||
export type SocialObjects = {
|
||||
name: SocialMedia;
|
||||
href: string;
|
||||
active: boolean;
|
||||
|
||||
Reference in New Issue
Block a user