From 6cfb3e9b1e0f8c58715d7b8ca1ff8992249a6f05 Mon Sep 17 00:00:00 2001 From: Matt Mayer Date: Mon, 13 Nov 2023 19:23:59 +0700 Subject: [PATCH] docs: change Ecosystem to Try it --- docs/.vitepress/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index 12fea107d34..973786a1270 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -140,7 +140,7 @@ const config = defineConfig({ link: '/api/', }, { - text: 'Ecosystem', + text: 'Try it', items: [{ text: 'StackBlitz ', link: 'https://fakerjs.dev/new' }], }, {