From 110286622dd89604c3929ef013c629ddc4af14ea Mon Sep 17 00:00:00 2001 From: Ariful Alam Date: Wed, 19 Oct 2022 12:08:21 +0600 Subject: [PATCH] Update error message for 404 error --- src/helpers/utils.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/helpers/utils.jsx b/src/helpers/utils.jsx index 856e9b8..86e81e8 100644 --- a/src/helpers/utils.jsx +++ b/src/helpers/utils.jsx @@ -218,7 +218,8 @@ export const notFoundError = { title: 'The Github Username is Incorrect.', subTitle: (

- Please provide correct github username in config. + Please provide correct github username in{' '} + gitprofile.config.js.

), };