feat(theme): add social link aria-label
This commit is contained in:
parent
9641fd0c99
commit
15acdf6b91
@ -34,6 +34,7 @@ export interface PlumeThemeAvatar {
|
||||
export interface SocialLink {
|
||||
icon: SocialLinkIcon
|
||||
link: string
|
||||
ariaLabel?: string
|
||||
}
|
||||
|
||||
export type SocialLinkIconUnion =
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user