Skip to content

404 #229

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 4 commits into from
Mar 6, 2019
Merged

404 #229

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/404.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ permalink: 404.html

Мы не смогли найти то, что вы искали.

Пожалуйста, свяжитесь с владельцем сайта с которого вы перешли по URL адресу и расскажите что ссылка битая.
Пожалуйста, свяжитесь с владельцем сайта, с которого вы перешли по URL адресу, и дайте знать о сломанной ссылке.
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