File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
frontend/src/container/AppLayout Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1- .app-banner-container {
1+ // Earlier we were having app-banner-container class
2+ // we change it to app-banner-wrapper as the adblocker was blocking the app-banner-container class
3+ // Keep an eye on What classnames are used in the codebase
4+ .app-banner-wrapper {
25 position : relative ;
36 width : 100% ;
47}
Original file line number Diff line number Diff line change @@ -613,7 +613,7 @@ function AppLayout(props: AppLayoutProps): JSX.Element {
613613 </ Helmet >
614614
615615 { isLoggedIn && (
616- < div className = { cx ( 'app-banner-container ' ) } >
616+ < div className = { cx ( 'app-banner-wrapper ' ) } >
617617 { SHOW_TRIAL_EXPIRY_BANNER && (
618618 < div className = "trial-expiry-banner" >
619619 You are in free trial period. Your free trial will end on{ ' ' }
You can’t perform that action at this time.
0 commit comments