aboutsummaryrefslogtreecommitdiff
path: root/vnext/src/App.js
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2019-05-08 16:44:10 +0300
committerGravatar Vitaly Takmazov2023-01-13 10:37:54 +0300
commitffaed83e11abcfdad86e0d952b1ac8c506b48f48 (patch)
tree4ebe936906b4e11b7f584ea656e43bd94cf0c94e /vnext/src/App.js
parente1733e62f1e0daaead2882cd13b6379908b53658 (diff)
New layout WIP
Diffstat (limited to 'vnext/src/App.js')
-rw-r--r--vnext/src/App.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/vnext/src/App.js b/vnext/src/App.js
index 1f7e715e..51c255a6 100644
--- a/vnext/src/App.js
+++ b/vnext/src/App.js
@@ -79,7 +79,7 @@ export default function App() {
return (
<Router>
<>
- <Header>
+ <div id="header">
<div id="header_wrapper">
{
visitor.uid > 0 ?
@@ -121,7 +121,7 @@ export default function App() {
}
</nav>
</div>
- </Header>
+ </div>
<section id="content">
<Switch>
<Route exact path="/" render={(props) => <Discussions visitor={visitor} {...props} />} />