[WEB-851] chore: update all instances of Dashboard with Home. (#4085)

This commit is contained in:
Prateek Shourya 2024-03-28 14:31:28 +05:30 committed by GitHub
parent 35ca495f40
commit 478535422b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 9 additions and 11 deletions

View file

@ -220,7 +220,7 @@ const UserInvitationsPage: NextPageWithLayout = observer(() => {
description="You can see here if someone invites you to a workspace."
image={emptyInvitation}
primaryButton={{
text: "Back to dashboard",
text: "Back to home",
onClick: () => router.push("/"),
}}
/>