Skip to content

Commit

Permalink
Merge pull request #11 from galtalmor/header-translation
Browse files Browse the repository at this point in the history
Translated the header
  • Loading branch information
galnir committed Feb 20, 2019
2 parents 5a146b0 + 5400b0d commit 694f68e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/components/LayoutHeader/DocSearch.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ class DocSearch extends Component<{}, State> {
}}
id="algolia-doc-search"
type="search"
placeholder="Search docs"
aria-label="Search docs"
placeholder="חפש בתיעוד"
aria-label="חפש בתיעוד"
/>
</form>
) : null;
Expand Down
8 changes: 4 additions & 4 deletions src/components/LayoutHeader/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,22 +116,22 @@ const Header = ({location}: {location: Location}) => (
}}>
<HeaderLink
isActive={location.pathname.includes('/docs/')}
title="Docs"
title="תיעוד"
to="/docs/getting-started.html"
/>
<HeaderLink
isActive={location.pathname.includes('/tutorial/')}
title="Tutorial"
title="מדריך"
to="/tutorial/tutorial.html"
/>
<HeaderLink
isActive={location.pathname.includes('/community/')}
title="Community"
title="קהילה"
to="/community/support.html"
/>
<HeaderLink
isActive={location.pathname.includes('/blog')}
title="Blog"
title="בלוג"
to="/blog/"
/>
</nav>
Expand Down

0 comments on commit 694f68e

Please sign in to comment.