File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ class Home extends Component {
50
50
return (
51
51
< Layout location = { location } >
52
52
< TitleAndMetaTags
53
- title = "React – A JavaScript library for building user interfaces "
53
+ title = "React – 사용자 인터페이스를 만들기 위한 JavaScript 라이브러리 "
54
54
ogUrl = { createOgUrl ( 'index.html' ) }
55
55
/>
56
56
< div css = { { width : '100%' } } >
@@ -133,7 +133,7 @@ class Home extends Component {
133
133
fontSize : 30 ,
134
134
} ,
135
135
} } >
136
- A JavaScript library for building user interfaces
136
+ 사용자 인터페이스를 만들기 위한 JavaScript 라이브러리
137
137
</ p >
138
138
< Flex
139
139
valign = "center"
@@ -148,12 +148,12 @@ class Home extends Component {
148
148
< ButtonLink
149
149
to = "/docs/getting-started.html"
150
150
type = "primary" >
151
- Get Started
151
+ 시작하기
152
152
</ ButtonLink >
153
153
</ CtaItem >
154
154
< CtaItem >
155
155
< ButtonLink to = "/tutorial/tutorial.html" type = "secondary" >
156
- Take the Tutorial
156
+ 자습서 읽어보기
157
157
</ ButtonLink >
158
158
</ CtaItem >
159
159
</ Flex >
@@ -285,12 +285,12 @@ class Home extends Component {
285
285
< Flex valign = "center" >
286
286
< CtaItem >
287
287
< ButtonLink to = "/docs/getting-started.html" type = "primary" >
288
- Get Started
288
+ 시작하기
289
289
</ ButtonLink >
290
290
</ CtaItem >
291
291
< CtaItem >
292
292
< ButtonLink to = "/tutorial/tutorial.html" type = "secondary" >
293
- Take the Tutorial
293
+ 자습서 읽어보기
294
294
</ ButtonLink >
295
295
</ CtaItem >
296
296
</ Flex >
You can’t perform that action at this time.
0 commit comments