chore: workspace invite

This commit is contained in:
anmolsinghbhatia 2023-05-01 15:47:14 +05:30
parent 8d0ee7142d
commit 881fff20c1

View File

@ -163,7 +163,7 @@ export const Workspace: React.FC<Props> = ({ setStep, setWorkspace }) => {
))
) : (
<div className="text-center">
<h3 className="text-brand-secondary">You have no invitations</h3>
<h3 className="text-brand-secondary">{`You don't have any invitations yet.`}</h3>
</div>
)}
</div>