Skip to content

Commit b13cac9

Browse files
authored
chore: remove beta badges from organizations (#16411)
1 parent 497abe9 commit b13cac9

File tree

4 files changed

+2
-11
lines changed

4 files changed

+2
-11
lines changed

site/src/modules/dashboard/Navbar/DeploymentDropdown.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ const DeploymentDropdownContent: FC<DeploymentDropdownProps> = ({
9797
onClick={onPopoverClose}
9898
>
9999
Organizations
100-
<FeatureStageBadge contentType="beta" size="sm" showTooltip={false} />
101100
</MenuItem>
102101
)}
103102
{canViewAuditLog && (

site/src/modules/dashboard/Navbar/MobileMenu.tsx

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -228,14 +228,7 @@ const AdminSettingsSub: FC<MobileMenuPermissions> = ({
228228
asChild
229229
className={cn(itemStyles.default, itemStyles.sub)}
230230
>
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>
239232
</DropdownMenuItem>
240233
)}
241234
{canViewAuditLog && (

site/src/modules/management/OrganizationSettingsLayout.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ const OrganizationSettingsLayout: FC = () => {
8282
<BreadcrumbItem>
8383
<BreadcrumbPage className="flex items-center gap-2">
8484
Organizations
85-
<FeatureStageBadge contentType="beta" size="sm" />
8685
</BreadcrumbPage>
8786
</BreadcrumbItem>
8887
{organization && (

site/src/pages/UserSettingsPage/Section.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export const Section: FC<SectionProps> = ({
3939
<div css={styles.header}>
4040
<div>
4141
{title && (
42-
<Stack direction={"row"} alignItems="center">
42+
<Stack direction="row" alignItems="center">
4343
<h4
4444
css={{
4545
fontSize: 24,

0 commit comments

Comments
 (0)