feat: added space

This commit is contained in:
=
2024-12-13 01:11:45 +05:30
parent 47269bc95b
commit cac060deff
2 changed files with 4 additions and 4 deletions

View File

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

View File

@@ -42,8 +42,8 @@ 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 Control
{currentWorkspace?.type ? getProjectTitle(currentWorkspace?.type) : "Project"} Access
Control
</p>
<Tabs value={activeTab} onValueChange={updateSelectedTab}>
<TabList>