Skip to content

Fix header for create-a-new-react-app #248

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 13, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/docs/create-a-new-react-app.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: create-a-new-react-app
title: Create a New React App
title: Создаём новое React-приложение
permalink: docs/create-a-new-react-app.html
redirect_from:
- "docs/add-react-to-a-new-app.html"
Expand Down
2 changes: 1 addition & 1 deletion content/docs/nav.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
- id: add-react-to-a-website
title: Добавляем React на сайт
- id: create-a-new-react-app
title: Create a New React App
title: Создаём новое React-приложение
- id: cdn-links
title: Ссылки на CDN
- title: Основные понятия
Expand Down
4 changes: 2 additions & 2 deletions src/pages/404.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ const PageNotFound = ({location}: Props) => (
<div css={sharedStyles.markdown}>
<p>Мы не смогли найти то, что вы искали.</p>
<p>
Пожалуйста, свяжитесь с владельцем сайта, с которого вы перешли по URL адресу,
и дайте знать о сломанной ссылке.
Пожалуйста, свяжитесь с владельцем сайта, с которого вы перешли по
URL адресу, и дайте знать о сломанной ссылке.
</p>
</div>
</div>
Expand Down