You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/sim/app/workspace/[workspaceId]/w/components/sidebar/components/settings-modal/components/team-management/components/member-invitation-card/member-invitation-card.tsx
+16-16Lines changed: 16 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -131,18 +131,18 @@ export function MemberInvitationCard({
Copy file name to clipboardExpand all lines: apps/sim/app/workspace/[workspaceId]/w/components/sidebar/components/settings-modal/components/team-management/components/no-organization-view/no-organization-view.tsx
+29-32Lines changed: 29 additions & 32 deletions
Original file line number
Diff line number
Diff line change
@@ -42,18 +42,20 @@ export function NoOrganizationView({
42
42
if(hasTeamPlan||hasEnterprisePlan){
43
43
return(
44
44
<div>
45
-
<divclassName='flex flex-col gap-6'>
45
+
<divclassName='flex flex-col gap-[20px]'>
46
46
{/* Header - matching settings page style */}
47
47
<div>
48
-
<h4className='font-medium text-[13px]'>Create Your Team Workspace</h4>
Copy file name to clipboardExpand all lines: apps/sim/app/workspace/[workspaceId]/w/components/sidebar/components/settings-modal/components/team-management/components/remove-member-dialog/remove-member-dialog.tsx
0 commit comments