Skip to content

Commit 4b683d7

Browse files
authoredApr 17, 2024
Merge pull request lf-lang#251 from lf-lang/description
Update bogus description that gets featured in link summaries
2 parents a0172f0 + 56dc449 commit 4b683d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/pages/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ export default function Home(): JSX.Element {
146146
return (
147147
<Layout
148148
title={`Welcome`}
149-
description="Description will go into a meta tag in <head />"
149+
description="Intuitive concurrent programming in any language"
150150
>
151151
<main>
152152
<HeroBanner />

0 commit comments

Comments
 (0)
Please sign in to comment.