File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ function useWindowWidth() {
54
54
export default function NavbarContent ( ) {
55
55
56
56
const width = useWindowWidth ( ) ;
57
- const LAPTOP_BREAKPOINT = 1300 ;
57
+ const LAPTOP_BREAKPOINT = 1330 ;
58
58
59
59
const secondaryItems = useNavbarSecondaryItems ( ) ;
60
60
let items = [ ] ;
@@ -119,7 +119,7 @@ export default function NavbarContent() {
119
119
>
120
120
< button className = "click-button primary-btn" > Get started</ button >
121
121
</ a >
122
- { width < LAPTOP_BREAKPOINT && < div style = { { background : 'red' } } > TOGGLE </ div > }
122
+ { width < LAPTOP_BREAKPOINT && < NavbarMobileSidebarToggle / >}
123
123
</ div >
124
124
</ div >
125
125
< div className = { clsx ( "secondary-nav--items" , styles . secondaryMenu ) } >
Original file line number Diff line number Diff line change 171
171
@media screen and (min-width : breakpoints .$large-desktop-breakpoint ) {
172
172
.dropdownCategoriesContainer {
173
173
max-width : breakpoints .$laptop-breakpoint ;
174
+ justify-content : unset ;
174
175
}
175
176
}
You can’t perform that action at this time.
0 commit comments