diff options
| author | Matt Mayer <[email protected]> | 2023-11-15 16:11:27 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-11-15 09:11:27 +0000 |
| commit | d53c7ac708887ebad85ce65be026c6406295bbf6 (patch) | |
| tree | bb1400a1fef73ea771e870d1c82816bcf02307c5 /docs | |
| parent | 1328985f36b9e6670aff7704cb1914fd7a4514d4 (diff) | |
| download | faker-d53c7ac708887ebad85ce65be026c6406295bbf6.tar.xz faker-d53c7ac708887ebad85ce65be026c6406295bbf6.zip | |
docs: change `Ecosystem` to `Try it` (#2544)
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 e8484526..6dc31dd6 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -143,7 +143,7 @@ const config = defineConfig({ link: '/api/', }, { - text: 'Ecosystem', + text: 'Try it', items: [{ text: 'StackBlitz ', link: 'https://fakerjs.dev/new' }], }, { |
