Skip to content

Commit 8b8c44c

Browse files
committed
Restructure footer
1 parent f78a9b6 commit 8b8c44c

3 files changed

Lines changed: 246 additions & 243 deletions

File tree

packages/documentation-framework/app.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ const AppRoute = ({ child, title, path }) => {
3737
return (
3838
<React.Fragment>
3939
{child}
40-
{process.env.hasFooter && <Footer />}
4140
</React.Fragment>
4241
);
4342
}

0 commit comments

Comments
 (0)