Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7669b2a

Browse files
committed
remove beta tag from notification
1 parent 54ff17b commit 7669b2a

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,7 @@ export const NotificationsPage: FC = () => {
5656
/>
5757
}
5858
>
59-
<SettingsHeaderTitle
60-
tooltip={<FeatureStageBadge contentType="beta" size="lg" />}
61-
>
59+
<SettingsHeaderTitle>
6260
Notifications
6361
</SettingsHeaderTitle>
6462
<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)