We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d5a04b commit 9e36e7aCopy full SHA for 9e36e7a
src/pages/error/index.tsx
@@ -37,7 +37,7 @@ const useAppErrors = (error: AppError) => {
37
* @remark Отображается при возникающих ошибках в приложении
38
*/
39
const ErrorPage = ({ error }: Props) => {
40
- useTitle("Github Client - Some error happened");
+ useTitle("Github Client · Some error happened");
41
const { action } = useAppErrors(error);
42
43
return (
0 commit comments