diff options
| author | Matt Mayer <[email protected]> | 2024-04-15 20:11:53 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-04-15 15:11:53 +0200 |
| commit | 9ff7c980d11b610c316accaf98dff2e839db53f6 (patch) | |
| tree | a8606c5f51eac4da0d3e0814456a38cf747008dd /docs | |
| parent | a9929e255880f40f159dd8a17d222928be785792 (diff) | |
| download | faker-9ff7c980d11b610c316accaf98dff2e839db53f6.tar.xz faker-9ff7c980d11b610c316accaf98dff2e839db53f6.zip | |
docs: use new X icon instead of twitter icon in social links (#2825)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/.vitepress/config.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index 88d3791c..37218522 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -123,7 +123,7 @@ const config: UserConfig<DefaultTheme.Config> = { socialLinks: [ { icon: 'discord', link: 'https://chat.fakerjs.dev' }, { icon: 'mastodon', link: 'https://fosstodon.org/@faker_js' }, - { icon: 'twitter', link: 'https://twitter.com/faker_js' }, + { icon: 'x', link: 'https://twitter.com/faker_js' }, { icon: 'github', link: 'https://github.com/faker-js/faker' }, ], |
