Skip to content

Commit 9e8ce44

Browse files
committed
chore(website): update tagline to mention js/ts
1 parent bfe605d commit 9e8ce44

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

website/docusaurus.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const editUrl = `${gitHubUrl}/tree/main/website/`
1111

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

1717
url: `https://lfi.dev`,

website/src/pages/index.tsx

+2-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ const Header = () => {
3535
<CodeInline>{siteConfig.title}</CodeInline>
3636
</strong>
3737
{` `}
38-
is a lazy functional sync, async, and concurrent iteration library
38+
is a lazy functional sync, async, and concurrent iteration library for
39+
JavaScript and TypeScript
3940
</Heading>
4041
<Link
4142
href='/docs/getting-started'

0 commit comments

Comments
 (0)