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

Commit5cbc694

Browse files
defelmnqSasSwart
authored andcommitted
chore: remove beta tag from notifications (#17251)
Related to [this issue](coder/internal#557)
1 parentadc60c2 commit5cbc694

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={<FeatureStageBadgecontentType="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
<SidebarNavItemhref="notifications"icon={NotificationsIcon}>
60-
Notifications<FeatureStageBadgecontentType="beta"size="sm"/>
60+
Notifications
6161
</SidebarNavItem>
6262
</BaseSidebar>
6363
);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp