Skip to content

Commit

Permalink
fix: hide navbar theme toggle btn on mobile devices
Browse files Browse the repository at this point in the history
  • Loading branch information
okikio authored Oct 8, 2021
1 parent 98551cf commit a1107ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pug/components/navbar.pug
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ mixin navbar
a.btn.btn-highlight(href="https://github.com/okikio/bundle" target="_blank" rel="noopener") GitHub
//- button.intall-btn(type='button')
span.icon get_app
button.theme-toggle(type='button')
//- button.theme-toggle(type='button')
span.icon dark_mode
button.navbar-toggle(type='button')
span.icon menu
Expand Down

0 comments on commit a1107ea

Please sign in to comment.