chore: changed loading text (#898)
This commit is contained in:
parent
c5206a7792
commit
ebce364104
3 changed files with 3 additions and 3 deletions
|
|
@ -51,7 +51,7 @@ export const InviteMembers: React.FC<Props> = ({ setStep, workspace }) => {
|
||||||
<div className="w-full">
|
<div className="w-full">
|
||||||
<MultiInput
|
<MultiInput
|
||||||
name="emails"
|
name="emails"
|
||||||
placeholder="Enter co-workers email id"
|
placeholder="Enter co-workers Email IDs"
|
||||||
watch={watch}
|
watch={watch}
|
||||||
setValue={setValue}
|
setValue={setValue}
|
||||||
className="w-full"
|
className="w-full"
|
||||||
|
|
|
||||||
|
|
@ -74,7 +74,7 @@ const ProjectAuthorizationWrapped: React.FC<Props> = ({
|
||||||
{loading ? (
|
{loading ? (
|
||||||
<div className="h-full w-full grid place-items-center p-4">
|
<div className="h-full w-full grid place-items-center p-4">
|
||||||
<div className="flex flex-col items-center gap-3 text-center">
|
<div className="flex flex-col items-center gap-3 text-center">
|
||||||
<h3 className="text-xl">Setting up your project...</h3>
|
<h3 className="text-xl">Loading your project...</h3>
|
||||||
<Spinner />
|
<Spinner />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -72,7 +72,7 @@ export const WorkspaceAuthorizationLayout: React.FC<Props> = ({
|
||||||
return (
|
return (
|
||||||
<div className="h-screen grid place-items-center p-4">
|
<div className="h-screen grid place-items-center p-4">
|
||||||
<div className="flex flex-col items-center gap-3 text-center">
|
<div className="flex flex-col items-center gap-3 text-center">
|
||||||
<h3 className="text-xl">Setting up your workspace...</h3>
|
<h3 className="text-xl">Loading your workspace...</h3>
|
||||||
<Spinner />
|
<Spinner />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue