Skip to content

Commit

Permalink
fix: fix title
Browse files Browse the repository at this point in the history
  • Loading branch information
0xcadams committed Jan 26, 2023
1 parent cf0d12e commit 8818112
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions theme.config.tsx
Expand Up @@ -109,20 +109,9 @@ const config: DocsThemeConfig = {
},
logo() {
// eslint-disable-next-line react-hooks/rules-of-hooks
const { locale } = useRouter();
return (
<div className="flex items-center gap-2">
<Logo width={18} height={18} />
<span
className="font-extrabold hidden md:inline select-none"
title={
TITLE_WITH_TRANSLATIONS[
(locale as keyof typeof TITLE_WITH_TRANSLATIONS) ?? 'en-US'
]
}
>
livepeer
</span>
</div>
);
},
Expand Down

1 comment on commit 8818112

@vercel
Copy link

@vercel vercel bot commented on 8818112 Jan 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs – ./

docs-git-main-livepeer.vercel.app
docs-livepeer.vercel.app
docs.livepeer.org

Please sign in to comment.