File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
DeploymentSettingsPage/NotificationsPage Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -56,11 +56,7 @@ export const NotificationsPage: FC = () => {
56
56
/>
57
57
}
58
58
>
59
- < SettingsHeaderTitle
60
- tooltip = { < FeatureStageBadge contentType = "beta" size = "lg" /> }
61
- >
62
- Notifications
63
- </ SettingsHeaderTitle >
59
+ < SettingsHeaderTitle > Notifications</ SettingsHeaderTitle >
64
60
< SettingsHeaderDescription >
65
61
Control delivery methods for notifications on this deployment.
66
62
</ SettingsHeaderDescription >
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ export const Sidebar: FC<SidebarProps> = ({ user }) => {
57
57
Tokens
58
58
</ SidebarNavItem >
59
59
< SidebarNavItem href = "notifications" icon = { NotificationsIcon } >
60
- Notifications < FeatureStageBadge contentType = "beta" size = "sm" />
60
+ Notifications
61
61
</ SidebarNavItem >
62
62
</ BaseSidebar >
63
63
) ;
You can’t perform that action at this time.
0 commit comments