Skip to content
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