Converted some objects to components.
This commit is contained in:
@ -41,7 +41,7 @@ const RouteWrapper = (props) => {
|
||||
<Route {...props} render={() => {
|
||||
let CustomTag = props.page;
|
||||
return (
|
||||
<main className="o-main">
|
||||
<main className="c-main">
|
||||
<CustomTag />
|
||||
<Footer />
|
||||
</main>
|
||||
|
Reference in New Issue
Block a user