mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-16 17:51:43 +10:00
- implement tips on loading screen
- implement centralized sections - removed react-spinner package
This commit is contained in:
@ -21,7 +21,7 @@ const Builder = ({ user, id }) => {
|
||||
}, [id, getResume, dispatch]);
|
||||
|
||||
if (loading) {
|
||||
return <LoadingScreen type="Resume" />;
|
||||
return <LoadingScreen message="Loading Resume..." />;
|
||||
}
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user