diff options
Diffstat (limited to 'ui/src/components/history')
| -rw-r--r-- | ui/src/components/history/Stats.tsx | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/ui/src/components/history/Stats.tsx b/ui/src/components/history/Stats.tsx index 9e2c9a64..f399eaf0 100644 --- a/ui/src/components/history/Stats.tsx +++ b/ui/src/components/history/Stats.tsx @@ -13,8 +13,13 @@ import { function renderLoading() { return ( - <div className="flex items-center justify-center h-full"> - <PacmanLoader color="#26bd65" /> + <div className="flex flex-col items-center justify-center h-full "> + <div> + <PacmanLoader color="#26bd65" /> + </div> + <div className="block mt-4"> + <p>Crunching the latest numbers...</p> + </div> </div> ); } |
