File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
components/TitleAndMetaTags Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 8
8
import Helmet from 'react-helmet' ;
9
9
import React from 'react' ;
10
10
11
- const defaultDescription = 'A JavaScript library for building user interfaces ' ;
11
+ const defaultDescription = 'biblioteka javascriptowa do tworzenia interfejsów użytkownika ' ;
12
12
13
13
type Props = {
14
14
title : string ,
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 – biblioteka javascriptowa do tworzenia interfejsów użytkownika "
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
+ biblioteka javascriptowa do tworzenia interfejsów użytkownika
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
+ Rozpocznij
152
152
</ ButtonLink >
153
153
</ CtaItem >
154
154
< CtaItem >
155
155
< ButtonLink to = "/tutorial/tutorial.html" type = "secondary" >
156
- Take the Tutorial
156
+ Przejdź samouczek
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
+ Rozpocznij
289
289
</ ButtonLink >
290
290
</ CtaItem >
291
291
< CtaItem >
292
292
< ButtonLink to = "/tutorial/tutorial.html" type = "secondary" >
293
- Take the Tutorial
293
+ Przejdź samouczek
294
294
</ ButtonLink >
295
295
</ CtaItem >
296
296
</ Flex >
You can’t perform that action at this time.
0 commit comments