Update error message for 404 error

This commit is contained in:
Ariful Alam 2022-10-19 12:08:21 +06:00
parent 5fceae602d
commit 110286622d

View File

@ -218,7 +218,8 @@ export const notFoundError = {
title: 'The Github Username is Incorrect.',
subTitle: (
<p>
Please provide correct github username in <code>config</code>.
Please provide correct github username in{' '}
<code>gitprofile.config.js</code>.
</p>
),
};