Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion site/src/modules/dashboard/Navbar/DeploymentDropdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ const DeploymentDropdownContent: FC<DeploymentDropdownProps> = ({
onClick={onPopoverClose}
>
Organizations
<FeatureStageBadge contentType="beta" size="sm" showTooltip={false} />
</MenuItem>
)}
{canViewAuditLog && (
Expand Down
9 changes: 1 addition & 8 deletions site/src/modules/dashboard/Navbar/MobileMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 && (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ const OrganizationSettingsLayout: FC = () => {
<BreadcrumbItem>
<BreadcrumbPage className="flex items-center gap-2">
Organizations
<FeatureStageBadge contentType="beta" size="sm" />
</BreadcrumbPage>
</BreadcrumbItem>
{organization && (
Expand Down
2 changes: 1 addition & 1 deletion site/src/pages/UserSettingsPage/Section.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Loading