mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-04 11:52:39 +02:00
fix(v2): don't display footer on docs page
This commit is contained in:
parent
b13e468b16
commit
70d185d862
3 changed files with 3 additions and 4 deletions
|
@ -7,7 +7,6 @@
|
|||
|
||||
import React from 'react';
|
||||
|
||||
import Footer from '@theme/Footer'; // eslint-disable-line
|
||||
import Navbar from '@theme/Navbar'; // eslint-disable-line
|
||||
|
||||
import './styles.css';
|
||||
|
@ -17,7 +16,6 @@ function Layout({children}) {
|
|||
<div>
|
||||
<Navbar />
|
||||
{children}
|
||||
<Footer />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue