Skip to content

Commit

Permalink
fix: fix invite link in projectUsers
Browse files Browse the repository at this point in the history
fixes #53
  • Loading branch information
sjelfull committed Dec 1, 2023
1 parent 4db1ccb commit 45abfd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/widgets/projectUsers/ProjectUsers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const AvatarWrapper = styled(Card)`
`

function getInviteUrl(projectId: string) {
return `https://manage.sanity.io/projects/${projectId}/team/invite`
return `https://manage.sanity.io/projects/${projectId}/members`
}

interface Member {
Expand Down

0 comments on commit 45abfd4

Please sign in to comment.