Skip to content

Commit e49d74b

Browse files
authored
Remove period from title (lf-lang#203)
1 parent 2b7c4fb commit e49d74b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ function HeroBanner() {
3232
__html: translate({
3333
id: "homepage.hero.title",
3434
message:
35-
"Build <b>time-sensitive</b>, <b>concurrent</b>, and <b>distributed</b> systems — <b>effortlessly</b>.",
35+
"Build <b>time-sensitive</b>, <b>concurrent</b>, and <b>distributed</b> systems — <b>effortlessly</b>",
3636
description:
3737
"Home page hero title, can contain simple html tags",
3838
}),

0 commit comments

Comments
 (0)