mirror of
https://github.com/NohamR/gitprofile.git
synced 2026-05-25 04:17:13 +00:00
Update error message for 404 error
This commit is contained in:
@@ -218,7 +218,8 @@ export const notFoundError = {
|
|||||||
title: 'The Github Username is Incorrect.',
|
title: 'The Github Username is Incorrect.',
|
||||||
subTitle: (
|
subTitle: (
|
||||||
<p>
|
<p>
|
||||||
Please provide correct github username in <code>config</code>.
|
Please provide correct github username in{' '}
|
||||||
|
<code>gitprofile.config.js</code>.
|
||||||
</p>
|
</p>
|
||||||
),
|
),
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user