File tree Expand file tree Collapse file tree 2 files changed +2
-10
lines changed
pages/DeploymentSettingsPage/NotificationsPage Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ export const SettingsHeaderTitle: FC<SettingsHeaderTitleProps> = ({
81
81
// in invalid markup
82
82
const Title = level ;
83
83
return (
84
- < div className = "flex flex-row gap-2 items-middle " >
84
+ < div className = "flex flex-row gap-2 items-center " >
85
85
< Title className = { cn ( titleVariants ( { hierarchy } ) , className ) } >
86
86
{ children }
87
87
</ Title >
Original file line number Diff line number Diff line change @@ -57,15 +57,7 @@ export const NotificationsPage: FC = () => {
57
57
}
58
58
>
59
59
< SettingsHeaderTitle
60
- tooltip = {
61
- < span className = "relative top-[2px]" >
62
- < FeatureStageBadge
63
- contentType = "beta"
64
- size = "lg"
65
- css = { { marginBottom : "5px" , fontSize : "0.75rem" } }
66
- />
67
- </ span >
68
- }
60
+ tooltip = { < FeatureStageBadge contentType = "beta" size = "lg" /> }
69
61
>
70
62
Notifications
71
63
</ SettingsHeaderTitle >
You can’t perform that action at this time.
0 commit comments