/ change landing page tab title to "Nym docs" (#5729)

This commit is contained in:
windy-ux
2025-04-23 17:32:34 +02:00
committed by GitHub
parent c14b010f9e
commit 34871b14b3
+1 -1
View File
@@ -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 (
<>