diff options
| author | Shinigami <[email protected]> | 2023-01-11 18:19:14 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-01-11 18:19:14 +0100 |
| commit | f4615e1e05a378dd5ae304543185dc7afd0fb7d8 (patch) | |
| tree | 8ac5d098dc8140bd9604e98aa157ae8a995c5882 /docs | |
| parent | c2635f1af3df6c64b33b293aca3377e3f8f0c265 (diff) | |
| download | faker-f4615e1e05a378dd5ae304543185dc7afd0fb7d8.tar.xz faker-f4615e1e05a378dd5ae304543185dc7afd0fb7d8.zip | |
docs: use native mastodon icon (#1729)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/.vitepress/config.ts | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index bf12250e..cbb7d3c0 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -112,12 +112,7 @@ const config = defineConfig({ socialLinks: [ { icon: 'discord', link: 'https://chat.fakerjs.dev' }, - { - icon: { - svg: '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 417.8 512"><path d="M417.8 179.1c0-97.2-63.7-125.7-63.7-125.7-62.5-28.7-228.5-28.4-290.4 0 0 0-63.7 28.5-63.7 125.7 0 115.7-6.6 259.4 105.6 289.1 40.5 10.7 75.3 13 103.3 11.4 50.8-2.8 79.3-18.1 79.3-18.1l-1.7-36.9s-36.3 11.4-77.1 10.1c-40.4-1.4-83-4.4-89.6-54-.6-4.4-.9-9-.9-13.9 85.6 20.9 158.6 9.1 178.7 6.7 56.1-6.7 105-41.3 111.2-72.9 9.8-49.8 9-121.5 9-121.5zm-75.1 125.2h-46.6V190.1c0-49.7-64-51.6-64 6.9v62.5h-46.3V197c0-58.5-64-56.6-64-6.9v114.2H75.1c0-122.1-5.2-147.9 18.4-175 25.9-28.9 79.8-30.8 103.8 6.1l11.6 19.5 11.6-19.5c24.1-37.1 78.1-34.8 103.8-6.1 23.7 27.3 18.4 53 18.4 175z"/></svg>', - }, - link: 'https://fosstodon.org/@faker_js', - }, + { icon: 'mastodon', link: 'https://fosstodon.org/@faker_js' }, { icon: 'twitter', link: 'https://twitter.com/faker_js' }, { icon: 'github', link: 'https://github.com/faker-js/faker' }, ], |
