refactor(a11y): add linkTitle in social links for more meaningful voiceover

This commit is contained in:
satnaing
2022-11-28 13:38:08 +06:30
parent 307b55ff0f
commit c9f796f4e6
3 changed files with 21 additions and 1 deletions
+1
View File
@@ -14,6 +14,7 @@ export type SocialsObject = {
name: SocialMedia;
href: string;
active: boolean;
linkTitle: string;
}[];
export type SocialIcons = {