Skip to content

Commit

Permalink
chore(website): update tagline to mention js/ts
Browse files Browse the repository at this point in the history
  • Loading branch information
TomerAberbach committed Dec 13, 2024
1 parent bfe605d commit 9e8ce44
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const editUrl = `${gitHubUrl}/tree/main/website/`

const config: Config = {
title: `lfi`,
tagline: `A lazy functional sync, async, and concurrent iteration library`,
tagline: `A lazy functional sync, async, and concurrent iteration library for JavaScript and TypeScript`,
favicon: `img/logo.svg`,

url: `https://lfi.dev`,
Expand Down
3 changes: 2 additions & 1 deletion website/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ const Header = () => {
<CodeInline>{siteConfig.title}</CodeInline>
</strong>
{` `}
is a lazy functional sync, async, and concurrent iteration library
is a lazy functional sync, async, and concurrent iteration library for
JavaScript and TypeScript
</Heading>
<Link
href='/docs/getting-started'
Expand Down

0 comments on commit 9e8ce44

Please sign in to comment.