Skip to content

Commit 6a624e7

Browse files
authored
chore: remove beta tag from notifications (#17251)
Related to [this issue](coder/internal#557)
1 parent 8a24372 commit 6a624e7

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

site/src/pages/DeploymentSettingsPage/NotificationsPage/NotificationsPage.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,7 @@ export const NotificationsPage: FC = () => {
5656
/>
5757
}
5858
>
59-
<SettingsHeaderTitle
60-
tooltip={<FeatureStageBadge contentType="beta" size="lg" />}
61-
>
62-
Notifications
63-
</SettingsHeaderTitle>
59+
<SettingsHeaderTitle>Notifications</SettingsHeaderTitle>
6460
<SettingsHeaderDescription>
6561
Control delivery methods for notifications on this deployment.
6662
</SettingsHeaderDescription>

site/src/pages/UserSettingsPage/Sidebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export const Sidebar: FC<SidebarProps> = ({ user }) => {
5757
Tokens
5858
</SidebarNavItem>
5959
<SidebarNavItem href="notifications" icon={NotificationsIcon}>
60-
Notifications <FeatureStageBadge contentType="beta" size="sm" />
60+
Notifications
6161
</SidebarNavItem>
6262
</BaseSidebar>
6363
);

0 commit comments

Comments
 (0)