File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ const AppNotification = () => {
4141 const commonClasses = useCommonStyles ( ) ;
4242
4343 useEffect ( ( ) => {
44- if ( process . env . NODE_ENV === 'development ' ) {
44+ if ( process . env . NODE_ENV === 'development1 ' ) {
4545 return ;
4646 }
4747 ( async ( ) => {
Original file line number Diff line number Diff line change 1010 padding : 10px 20px 20px 20px ;
1111 min-width : 250px ;
1212 max-width : 320px ;
13+ color : # f8f8f8 ;
1314}
1415
1516.titleContainer {
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ import PermissionPopup from '../PermissionPopup';
1010
1111import NavigationControlsContainer from '../../containers/NavigationControlsContainer' ;
1212import BookmarksBar from '../../containers/BookmarksBarContainer' ;
13- import AppNotification from '../AppNotification/AppNotification' ;
1413import Logo from '../icons/Logo' ;
1514import ZenButton from '../ZenButton' ;
1615import cx from 'classnames' ;
@@ -54,7 +53,6 @@ const Header = props => {
5453 pauseOnHover
5554 toastClassName = { classes . darkToast }
5655 />
57- < AppNotification />
5856 < ZenButton
5957 active = { ! props . isHeaderVisible }
6058 onClick = { ( ) => props . setHeaderVisibility ( ! props . isHeaderVisible ) }
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ import LeftIconsPaneContainer from '../LeftIconsPaneContainer';
1111import HeaderContainer from '../HeaderContainer' ;
1212import os from 'os' ;
1313import HorizontalSpacer from '../../components/HorizontalSpacer' ;
14+ import AppNotification from '../../components/AppNotification/AppNotification' ;
1415
1516const Browser = ( { browser} ) => (
1617 < Fragment >
@@ -61,6 +62,7 @@ const Browser = ({browser}) => (
6162 ) : null }
6263 </ div >
6364 </ div >
65+ < AppNotification />
6466 </ Fragment >
6567) ;
6668
You can’t perform that action at this time.
0 commit comments