feat: resolved typo in access control

This commit is contained in:
=
2024-12-12 23:24:52 +05:30
parent c57fc5e3f1
commit ca7ab4eaf1
2 changed files with 2 additions and 2 deletions

View File

@@ -84,7 +84,7 @@ export const IdentityDetailsPage = withProjectPermission(
}}
className="mb-4"
>
{currentWorkspace?.type ? getProjectTitle(currentWorkspace?.type) : "Project"} Access
{currentWorkspace?.type ? getProjectTitle(currentWorkspace?.type) : "Project"}
Access Control
</Button>
</div>

View File

@@ -42,7 +42,7 @@ export const MembersPage = withProjectPermission(
<div className="container mx-auto flex flex-col justify-between bg-bunker-800 text-white">
<div className="mx-auto mb-6 w-full max-w-7xl py-6 px-6">
<p className="mr-4 mb-4 text-3xl font-semibold text-white">
{currentWorkspace?.type ? getProjectTitle(currentWorkspace?.type) : "Project"} Access
{currentWorkspace?.type ? getProjectTitle(currentWorkspace?.type) : "Project"}
Access Control
</p>
<Tabs value={activeTab} onValueChange={updateSelectedTab}>