mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 11:29:33 +08:00
refactor(a11y): add linkTitle in social links for more meaningful voiceover
This commit is contained in:
@@ -14,6 +14,7 @@ export type SocialsObject = {
|
||||
name: SocialMedia;
|
||||
href: string;
|
||||
active: boolean;
|
||||
linkTitle: string;
|
||||
}[];
|
||||
|
||||
export type SocialIcons = {
|
||||
|
||||
Reference in New Issue
Block a user