Skip to content

Commit

Permalink
fix: Page Title (#177)
Browse files Browse the repository at this point in the history
* Update Seo.js

* Update Nav.js
  • Loading branch information
charlie632 committed Aug 5, 2021
1 parent 80207b7 commit 38726c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/components/Nav.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const Nav = () => (
<Link href="/" as="/">
<a>
<span className="sr-only">Home</span>
<img src={logoSrc} alt="React Charts" />
<img src={logoSrc} alt="React Virtual" />
</a>
</Link>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/src/components/Seo.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const Seo = withRouter(
{/* DEFAULT */}

{title != undefined && (
<title key="title">{title} | React Charts | TanStack</title>
<title key="title">{title} | React Virtual | TanStack</title>
)}
{description != undefined && (
<meta name="description" key="description" content={description} />
Expand Down

1 comment on commit 38726c8

@vercel
Copy link

@vercel vercel bot commented on 38726c8 Aug 5, 2021

Choose a reason for hiding this comment

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

Please sign in to comment.