Skip to content

Commit

Permalink
updated docs html title
Browse files Browse the repository at this point in the history
  • Loading branch information
SergiiSharpov committed Nov 25, 2024
1 parent 60b19fe commit 238b76a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ export default function Home(): JSX.Element {
const {siteConfig} = useDocusaurusContext();
return (
<Layout
title={`${siteConfig.title}`}
description="Library for encoding and decoding binary data with JavaScript and TypeScript for both Browser and Node.js">
description="Library for encoding and decoding binary data with JavaScript and TypeScript for both Browser and Node.js"
>
<HomepageHeader />
<main>
<HomepageFeatures />
Expand Down

0 comments on commit 238b76a

Please sign in to comment.