From e6e651917580becdbb4132a9c1b927261b77c41a Mon Sep 17 00:00:00 2001 From: q404365631 Date: Fri, 29 May 2026 18:45:39 +0800 Subject: [PATCH] fix: rename 'Use Online' to 'Try Online' and point to editor Claims tscircuit/docs-old#67 The navbar link should say 'Try Online' and navigate directly to the tscircuit editor at tscircuit.com/editor instead of the generic homepage. --- docusaurus.config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index f9d2099a..19483ca2 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -179,8 +179,8 @@ const config: Config = { }, { to: "https://blog.tscircuit.com", label: "Blog", position: "left" }, { - to: "https://tscircuit.com", - label: "Use Online", + to: "https://tscircuit.com/editor", + label: "Try Online", position: "left", },