- implement tips on loading screen

- implement centralized sections
- removed react-spinner package
This commit is contained in:
Amruth Pillai
2020-07-06 10:02:17 +05:30
parent 65fc779d58
commit 6d3e5823fc
18 changed files with 111 additions and 52 deletions

View File

@ -21,7 +21,7 @@ const Builder = ({ user, id }) => {
}, [id, getResume, dispatch]);
if (loading) {
return <LoadingScreen type="Resume" />;
return <LoadingScreen message="Loading Resume..." />;
}
return (