chore: Remove marketing material from OSS project (#941)
* changes to support Plainhome * changes to env sample * changes to env variable names * formatter fixes * remove the content pages * test fix * lint fixes * minor fixes * removed unnesscary routes * Apply suggestions from code review Co-Authored-By: Tom Moor <tom.moor@gmail.com> * removed team name from env
This commit is contained in:
committed by
Tom Moor
parent
dce0c4ac73
commit
f06097d9e8
@ -3,7 +3,6 @@ import * as React from 'react';
|
||||
import { Helmet } from 'react-helmet';
|
||||
import styled from 'styled-components';
|
||||
import breakpoint from 'styled-components-breakpoint';
|
||||
import { TopNavigation, BottomNavigation } from './Navigation';
|
||||
import Analytics from './Analytics';
|
||||
import GlobalStyles from '../../../shared/styles/globals';
|
||||
import prefetchTags from '../../utils/prefetchTags';
|
||||
@ -66,11 +65,7 @@ function Layout({ children, loggedIn, sessions }: Props) {
|
||||
{'{{HEAD}}'}
|
||||
{'{{CSS}}'}
|
||||
</head>
|
||||
<Body>
|
||||
<TopNavigation sessions={sessions} loggedIn={loggedIn} />
|
||||
{children}
|
||||
<BottomNavigation />
|
||||
</Body>
|
||||
<Body>{children}</Body>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user