Skip to content

Commit 8f665e3

Browse files
authored
chore: remove notifications beta label (#17263)
Some notifications `beta` label were remaining after the previous PR - removing it.
1 parent f475555 commit 8f665e3

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

site/src/modules/management/DeploymentSidebarView.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ export const DeploymentSidebarView: FC<DeploymentSidebarViewProps> = ({
8787
<SidebarNavItem href="/deployment/notifications">
8888
<div className="flex flex-row items-center gap-2">
8989
<span>Notifications</span>
90-
<FeatureStageBadge contentType="beta" size="sm" />
9190
</div>
9291
</SidebarNavItem>
9392
)}

site/src/pages/UserSettingsPage/NotificationsPage/NotificationsPage.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ export const NotificationsPage: FC = () => {
9999
title="Notifications"
100100
description="Control which notifications you receive."
101101
layout="fluid"
102-
featureStage="beta"
103102
>
104103
{ready ? (
105104
<Stack spacing={4}>

0 commit comments

Comments
 (0)