From 909f5863810d3128acfd94eae39d8d58473a97a6 Mon Sep 17 00:00:00 2001 From: Yuuki Ebihara Date: Tue, 3 Sep 2024 13:35:36 +0900 Subject: [PATCH] fix: Elimination of unnecessary space --- theme.config.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.config.tsx b/theme.config.tsx index de025629e..c9c54b308 100644 --- a/theme.config.tsx +++ b/theme.config.tsx @@ -36,7 +36,7 @@ const config: DocsThemeConfig = { const { title } = useConfig() return ( <> - {title ? title + ' | Prompt Engineering Guide': 'Prompt Engineering Guide'} + {title ? title + ' | Prompt Engineering Guide': 'Prompt Engineering Guide'}