Skip to content

Commit

Permalink
expand menu on large device
Browse files Browse the repository at this point in the history
  • Loading branch information
teticio committed Aug 31, 2021
1 parent 6254bfc commit 2b1593a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Banner.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default function Banner({ loggedIn = false, onSelect = f => f }) {
fixed="top"
bg="dark"
variant="dark"
expand="no"
expand="lg"
expanded={expanded}
>
<Container>
Expand Down

0 comments on commit 2b1593a

Please sign in to comment.