mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-09 21:46:12 +00:00
Add default container
This commit is contained in:
parent
488f565053
commit
a891666c7e
@ -1,6 +1,6 @@
|
||||
import React from 'react';
|
||||
import { NavLink, withRouter } from "react-router-dom";
|
||||
import { Site, Nav, Button } from "tabler-react";
|
||||
import { Site, Nav, Button, Container } from "tabler-react";
|
||||
|
||||
import logo from'../images/logo.png';
|
||||
|
||||
@ -34,7 +34,9 @@ const Layout = (props) => (
|
||||
}}
|
||||
navProps={{ itemsObjects: navBarItems}}
|
||||
>
|
||||
{props.children}
|
||||
<Container>
|
||||
{props.children}
|
||||
</Container>
|
||||
</Site.Wrapper>
|
||||
);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user