Skip to content
This repository has been archived by the owner on Feb 25, 2024. It is now read-only.

Commit

Permalink
[Client] Close menu on link selection
Browse files Browse the repository at this point in the history
- Close #52
  • Loading branch information
DjLeChuck committed Oct 26, 2017
1 parent 2d653ef commit c4301f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/Layout.js
Expand Up @@ -104,7 +104,7 @@ const Layout = ({ t, i18n, children }) => {

return (
<div>
<Navbar inverse fixedTop fluid>
<Navbar inverse fixedTop fluid collapseOnSelect>
<Navbar.Header>
<Navbar.Brand>
<Link to="/">{t('Recalbox Manager')}</Link>
Expand Down

0 comments on commit c4301f3

Please sign in to comment.