Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54ff17b commit 7669b2aCopy full SHA for 7669b2a
site/src/pages/DeploymentSettingsPage/NotificationsPage/NotificationsPage.tsx
@@ -56,9 +56,7 @@ export const NotificationsPage: FC = () => {
56
/>
57
}
58
>
59
- <SettingsHeaderTitle
60
- tooltip={<FeatureStageBadge contentType="beta" size="lg" />}
61
- >
+ <SettingsHeaderTitle>
62
Notifications
63
</SettingsHeaderTitle>
64
<SettingsHeaderDescription>
site/src/pages/UserSettingsPage/Sidebar.tsx
@@ -57,7 +57,7 @@ export const Sidebar: FC<SidebarProps> = ({ user }) => {
Tokens
</SidebarNavItem>
<SidebarNavItem href="notifications" icon={NotificationsIcon}>
- Notifications <FeatureStageBadge contentType="beta" size="sm" />
+ Notifications
</BaseSidebar>
);
0 commit comments