style: loading screens (#750)
* fix: dashboard workspace activity mutation * style: loading screens
This commit is contained in:
parent
1026ae3eb1
commit
c81bc4e5d2
4 changed files with 95 additions and 85 deletions
|
|
@ -99,7 +99,7 @@ const SignInPage: NextPage = () => {
|
|||
>
|
||||
{isLoading && (
|
||||
<div className="absolute top-0 left-0 z-50 flex h-full w-full flex-col items-center justify-center gap-y-3 bg-white">
|
||||
<h2 className="text-2xl text-gray-900">Signing in. Please wait...</h2>
|
||||
<h2 className="text-xl text-gray-900">Signing in. Please wait...</h2>
|
||||
<Spinner />
|
||||
</div>
|
||||
)}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue