Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb13cac9

Browse files
authored
chore: remove beta badges from organizations (#16411)
1 parent497abe9 commitb13cac9

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-
<FeatureStageBadgecontentType="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-
<Linkto="/organizations">
232-
Organizations
233-
<FeatureStageBadge
234-
contentType="beta"
235-
size="sm"
236-
showTooltip={false}
237-
/>
238-
</Link>
231+
<Linkto="/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
<BreadcrumbPageclassName="flex items-center gap-2">
8484
Organizations
85-
<FeatureStageBadgecontentType="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
<divcss={styles.header}>
4040
<div>
4141
{title&&(
42-
<Stackdirection={"row"}alignItems="center">
42+
<Stackdirection="row"alignItems="center">
4343
<h4
4444
css={{
4545
fontSize:24,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp