Skip to content

Commit 94e9e1b

Browse files
author
Jakub Drozdek
committed
Translate header of the Home Page
1 parent 64c0d62 commit 94e9e1b

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

src/components/TitleAndMetaTags/TitleAndMetaTags.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import Helmet from 'react-helmet';
99
import React from 'react';
1010

11-
const defaultDescription = 'A JavaScript library for building user interfaces';
11+
const defaultDescription = 'biblioteka javascriptowa do tworzenia interfejsów użytkownika';
1212

1313
type Props = {
1414
title: string,

src/pages/index.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class Home extends Component {
5050
return (
5151
<Layout location={location}>
5252
<TitleAndMetaTags
53-
title="React &ndash; A JavaScript library for building user interfaces"
53+
title="React &ndash; biblioteka javascriptowa do tworzenia interfejsów użytkownika"
5454
ogUrl={createOgUrl('index.html')}
5555
/>
5656
<div css={{width: '100%'}}>
@@ -133,7 +133,7 @@ class Home extends Component {
133133
fontSize: 30,
134134
},
135135
}}>
136-
A JavaScript library for building user interfaces
136+
biblioteka javascriptowa do tworzenia interfejsów użytkownika
137137
</p>
138138
<Flex
139139
valign="center"
@@ -148,12 +148,12 @@ class Home extends Component {
148148
<ButtonLink
149149
to="/docs/getting-started.html"
150150
type="primary">
151-
Get Started
151+
Rozpocznij
152152
</ButtonLink>
153153
</CtaItem>
154154
<CtaItem>
155155
<ButtonLink to="/tutorial/tutorial.html" type="secondary">
156-
Take the Tutorial
156+
Przejdź samouczek
157157
</ButtonLink>
158158
</CtaItem>
159159
</Flex>
@@ -285,12 +285,12 @@ class Home extends Component {
285285
<Flex valign="center">
286286
<CtaItem>
287287
<ButtonLink to="/docs/getting-started.html" type="primary">
288-
Get Started
288+
Rozpocznij
289289
</ButtonLink>
290290
</CtaItem>
291291
<CtaItem>
292292
<ButtonLink to="/tutorial/tutorial.html" type="secondary">
293-
Take the Tutorial
293+
Przejdź samouczek
294294
</ButtonLink>
295295
</CtaItem>
296296
</Flex>

0 commit comments

Comments
 (0)