mirror of
https://github.com/coder/coder.git
synced 2026-09-22 05:05:20 +08:00
chore: remove beta badges from organizations (#16411)
This commit is contained in:
@@ -97,7 +97,6 @@ const DeploymentDropdownContent: FC<DeploymentDropdownProps> = ({
|
||||
onClick={onPopoverClose}
|
||||
>
|
||||
Organizations
|
||||
<FeatureStageBadge contentType="beta" size="sm" showTooltip={false} />
|
||||
</MenuItem>
|
||||
)}
|
||||
{canViewAuditLog && (
|
||||
|
||||
@@ -228,14 +228,7 @@ const AdminSettingsSub: FC<MobileMenuPermissions> = ({
|
||||
asChild
|
||||
className={cn(itemStyles.default, itemStyles.sub)}
|
||||
>
|
||||
<Link to="/organizations">
|
||||
Organizations
|
||||
<FeatureStageBadge
|
||||
contentType="beta"
|
||||
size="sm"
|
||||
showTooltip={false}
|
||||
/>
|
||||
</Link>
|
||||
<Link to="/organizations">Organizations</Link>
|
||||
</DropdownMenuItem>
|
||||
)}
|
||||
{canViewAuditLog && (
|
||||
|
||||
@@ -82,7 +82,6 @@ const OrganizationSettingsLayout: FC = () => {
|
||||
<BreadcrumbItem>
|
||||
<BreadcrumbPage className="flex items-center gap-2">
|
||||
Organizations
|
||||
<FeatureStageBadge contentType="beta" size="sm" />
|
||||
</BreadcrumbPage>
|
||||
</BreadcrumbItem>
|
||||
{organization && (
|
||||
|
||||
@@ -39,7 +39,7 @@ export const Section: FC<SectionProps> = ({
|
||||
<div css={styles.header}>
|
||||
<div>
|
||||
{title && (
|
||||
<Stack direction={"row"} alignItems="center">
|
||||
<Stack direction="row" alignItems="center">
|
||||
<h4
|
||||
css={{
|
||||
fontSize: 24,
|
||||
|
||||
Reference in New Issue
Block a user