Skip to content

Commit

Permalink
feat: new tab naming
Browse files Browse the repository at this point in the history
  • Loading branch information
olehbairak committed Apr 17, 2024
1 parent 120f9d4 commit 362d66d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/testing-docs/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default function Home(): JSX.Element {
const {siteConfig} = useDocusaurusContext();
return (
<Layout
title={`Hello from ${siteConfig.title}`}
title={`zkSync Test Docs for ${siteConfig.title}`}
description="">
<HomepageHeader />
<main>
Expand Down

0 comments on commit 362d66d

Please sign in to comment.