File tree Expand file tree Collapse file tree 4 files changed +2
-11
lines changed Expand file tree Collapse file tree 4 files changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,6 @@ const DeploymentDropdownContent: FC<DeploymentDropdownProps> = ({
97
97
onClick = { onPopoverClose }
98
98
>
99
99
Organizations
100
- < FeatureStageBadge contentType = "beta" size = "sm" showTooltip = { false } />
101
100
</ MenuItem >
102
101
) }
103
102
{ canViewAuditLog && (
Original file line number Diff line number Diff line change @@ -228,14 +228,7 @@ const AdminSettingsSub: FC<MobileMenuPermissions> = ({
228
228
asChild
229
229
className = { cn ( itemStyles . default , itemStyles . sub ) }
230
230
>
231
- < Link to = "/organizations" >
232
- Organizations
233
- < FeatureStageBadge
234
- contentType = "beta"
235
- size = "sm"
236
- showTooltip = { false }
237
- />
238
- </ Link >
231
+ < Link to = "/organizations" > Organizations</ Link >
239
232
</ DropdownMenuItem >
240
233
) }
241
234
{ canViewAuditLog && (
Original file line number Diff line number Diff line change @@ -82,7 +82,6 @@ const OrganizationSettingsLayout: FC = () => {
82
82
< BreadcrumbItem >
83
83
< BreadcrumbPage className = "flex items-center gap-2" >
84
84
Organizations
85
- < FeatureStageBadge contentType = "beta" size = "sm" />
86
85
</ BreadcrumbPage >
87
86
</ BreadcrumbItem >
88
87
{ organization && (
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ export const Section: FC<SectionProps> = ({
39
39
< div css = { styles . header } >
40
40
< div >
41
41
{ title && (
42
- < Stack direction = { "row" } alignItems = "center" >
42
+ < Stack direction = "row" alignItems = "center" >
43
43
< h4
44
44
css = { {
45
45
fontSize : 24 ,
You can’t perform that action at this time.
0 commit comments