Merge branch 'next-preheader' into 'next'
Next: Disable PreHeader See merge request soapbox-pub/soapbox-fe!1215
This commit is contained in:
commit
3ecd7c3961
|
@ -41,7 +41,7 @@ import { expandNotifications } from '../../actions/notifications';
|
||||||
import { fetchScheduledStatuses } from '../../actions/scheduled_statuses';
|
import { fetchScheduledStatuses } from '../../actions/scheduled_statuses';
|
||||||
import { connectUserStream } from '../../actions/streaming';
|
import { connectUserStream } from '../../actions/streaming';
|
||||||
import { expandHomeTimeline } from '../../actions/timelines';
|
import { expandHomeTimeline } from '../../actions/timelines';
|
||||||
import PreHeader from '../../features/public_layout/components/pre_header';
|
// import PreHeader from '../../features/public_layout/components/pre_header';
|
||||||
// import GroupSidebarPanel from '../groups/sidebar_panel';
|
// import GroupSidebarPanel from '../groups/sidebar_panel';
|
||||||
|
|
||||||
import BackgroundShapes from './components/background_shapes';
|
import BackgroundShapes from './components/background_shapes';
|
||||||
|
@ -727,7 +727,7 @@ class UI extends React.PureComponent {
|
||||||
<BackgroundShapes />
|
<BackgroundShapes />
|
||||||
|
|
||||||
<div className='z-10 flex flex-col'>
|
<div className='z-10 flex flex-col'>
|
||||||
<PreHeader />
|
{/* <PreHeader /> */}
|
||||||
<Navbar />
|
<Navbar />
|
||||||
|
|
||||||
<SwitchingColumnsArea location={location} onLayoutChange={this.handleLayoutChange} soapbox={soapbox} features={features}>
|
<SwitchingColumnsArea location={location} onLayoutChange={this.handleLayoutChange} soapbox={soapbox} features={features}>
|
||||||
|
|
Loading…
Reference in New Issue