From ef7faf1dba03651e7c9cc69f61b3ec1ac680cbab Mon Sep 17 00:00:00 2001 From: Tanay Pant Date: Mon, 15 Jul 2024 08:09:40 +0200 Subject: [PATCH] fix: linting errors --- theme.config.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme.config.tsx b/theme.config.tsx index 8c9223348..89229f501 100644 --- a/theme.config.tsx +++ b/theme.config.tsx @@ -47,8 +47,8 @@ const config: DocsThemeConfig = { (asPath === '/' ? '' : asPath === '/ethglobal-brussels' - ? 'ETHGlobal Brussels - ' - : '%s – ') + 'Safe Docs' + ? 'ETHGlobal Brussels - ' + : '%s – ') + 'Safe Docs' return { titleTemplate }