Skip to content

Commit

Permalink
feat: Added information about the initial loading
Browse files Browse the repository at this point in the history
  • Loading branch information
TiagoRibeiro25 committed Sep 26, 2023
1 parent 122799a commit d157886
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/views/Loading/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@ const Loading: React.FC<LoadingProps> = ({ state }) => {
<span className="mx-4 text-xl text-center font-bellefair">
{currentPhrase}
</span>

<div className="absolute bottom-3">
<span className="mx-4 text-lg text-center font-bellefair opacity-90">
This shouldn't take more than 40 seconds
</span>
</div>
</>
)}
</div>
Expand Down

0 comments on commit d157886

Please sign in to comment.