docs: add x SocialLinkIcon (#3475)

pull/3479/head
szchixy 1 year ago committed by GitHub
parent 5e2d853e1a
commit b1d01dbe8a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -246,6 +246,7 @@ type SocialLinkIcon =
| 'mastodon' | 'mastodon'
| 'slack' | 'slack'
| 'twitter' | 'twitter'
| 'x'
| 'youtube' | 'youtube'
| { svg: string } | { svg: string }
``` ```

@ -246,6 +246,7 @@ type SocialLinkIcon =
| 'mastodon' | 'mastodon'
| 'slack' | 'slack'
| 'twitter' | 'twitter'
| 'x'
| 'youtube' | 'youtube'
| { svg: string } | { svg: string }
``` ```

Loading…
Cancel
Save