File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
i18n/en-us/docusaurus-plugin-content-pages Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"rowingWithTypes" : " Start Rowing with Types! 🚣" ,
3
- "tagline" : " 一种具有健壮类型的函数式编程语言,可编译为高效可靠的 JavaScript。 "
3
+ "tagline" : " A robustly-typed functional language that compiles to efficient and reliable JavaScript. "
4
4
}
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ function HomepageHeader() {
16
16
< header className = { clsx ( 'hero hero--primary' , styles . heroBanner ) } >
17
17
< div className = "container" >
18
18
< h1 className = "hero__title" > { siteConfig . title } </ h1 >
19
- < p className = "hero__subtitle" > { indexContents . tagline . title } </ p >
19
+ < p className = "hero__subtitle" > { indexContents . tagline } </ p >
20
20
< div className = { styles . buttons } >
21
21
< Link
22
22
className = "button button--secondary button--lg"
You can’t perform that action at this time.
0 commit comments