/ change landing page tab title to "Nym docs" (#5729)
This commit is contained in:
@@ -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 (
|
||||
<>
|
||||
|
||||
Reference in New Issue
Block a user