diff --git a/beta/src/components/Layout/HomeContent.js b/beta/src/components/Layout/HomeContent.js index e421332c6..fce6a1f11 100644 --- a/beta/src/components/Layout/HomeContent.js +++ b/beta/src/components/Layout/HomeContent.js @@ -629,19 +629,21 @@ async function Post({ id }) {
- - - - - + + + + + + +
); @@ -680,6 +682,10 @@ function PostPage(props) { ); } +function BrowserChrome({children}) { + return
{children}
; +} + function PageLayout({children}) { // TODO: add some layout here return
{children}
;