Skip to content

Commit

Permalink
refactor: Moved footer code outside of the route switch #279
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonwkipp committed May 21, 2019
1 parent 95e2020 commit 02173ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/website/src/App/AppRoutes.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ function AppRoutes() {
<Route exact path="/research" render={() => (<Research />)} />
<Route exact path="/media" render={() => (<Media />)} />
<Route component={NoMatch} />
<FooterSite />
</Switch>
<FooterSite />
</Fragment>
</BrowserRouter>
</Fragment>
Expand Down

0 comments on commit 02173ab

Please sign in to comment.