From 34871b14b3d1d267bc00394af32df74a742e163f Mon Sep 17 00:00:00 2001 From: windy-ux <75579979+windy-ux@users.noreply.github.com> Date: Wed, 23 Apr 2025 17:32:34 +0200 Subject: [PATCH] / change landing page tab title to "Nym docs" (#5729) --- documentation/docs/theme.config.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/docs/theme.config.tsx b/documentation/docs/theme.config.tsx index 35db5b7e4f..9d07c2ba75 100644 --- a/documentation/docs/theme.config.tsx +++ b/documentation/docs/theme.config.tsx @@ -34,7 +34,7 @@ const config: DocsThemeConfig = { bookDescriptions[topLevel] || defaultDescription; - const title = config.title + (route === "/" ? "" : " - Nym docs"); + const title = (route === "/" ? "Nym docs" : config.title + " - Nym docs"); return ( <>