File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ import { ReactComponent as ICMediumPaintBucket } from '@IconsV2/ic-medium-paintb
26
26
import { getAlphabetIcon , TippyCustomized , TippyTheme } from '../../../Common'
27
27
import { MAX_LOGIN_COUNT , POSTHOG_EVENT_ONBOARDING } from '../../../Common/Constants'
28
28
import { useMainContext , useTheme , useUserEmail } from '../../Providers'
29
- import AnnouncementBanner from '../AnnouncementBanner/AnnouncementBanner'
30
29
import GettingStartedCard from '../GettingStartedCard/GettingStarted'
31
30
import { InfoIconTippy } from '../InfoIconTippy'
32
31
import LogoutCard from '../LogoutCard'
@@ -49,7 +48,6 @@ const PageHeader = ({
49
48
showCloseButton = false ,
50
49
onClose,
51
50
markAsBeta,
52
- showAnnouncementHeader,
53
51
tippyProps,
54
52
} : PageHeaderType ) => {
55
53
const {
@@ -313,7 +311,6 @@ const PageHeader = ({
313
311
{ renderLogoutHelpSection ( ) }
314
312
</ div >
315
313
) }
316
- { showAnnouncementHeader && < AnnouncementBanner parentClassName = "page-header-banner" /> }
317
314
</ div >
318
315
)
319
316
}
Original file line number Diff line number Diff line change @@ -35,7 +35,6 @@ export interface PageHeaderType {
35
35
showCloseButton ?: boolean
36
36
onClose ?: ( ) => void
37
37
markAsBeta ?: boolean
38
- showAnnouncementHeader ?: boolean
39
38
tippyProps ?: Pick < TippyCustomizedProps , 'additionalContent' > & {
40
39
isTippyCustomized ?: boolean
41
40
tippyRedirectLink ?: string
You can’t perform that action at this time.
0 commit comments