From 8818112fae045d64450e300839476ffa4f0d5a8b Mon Sep 17 00:00:00 2001 From: Chase Adams Date: Wed, 25 Jan 2023 20:29:14 -0700 Subject: [PATCH] fix: fix title --- theme.config.tsx | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/theme.config.tsx b/theme.config.tsx index 9d4bda44..33dd3a25 100644 --- a/theme.config.tsx +++ b/theme.config.tsx @@ -109,20 +109,9 @@ const config: DocsThemeConfig = { }, logo() { // eslint-disable-next-line react-hooks/rules-of-hooks - const { locale } = useRouter(); return (
- - livepeer -
); },