Skip to content

Commit

Permalink
🔧 display search button on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
roiLeo committed Jul 6, 2023
1 parent 3b19922 commit 72bd5db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Navbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
class="is-hidden-desktop is-flex is-flex-grow-1 is-align-items-center is-justify-content-flex-end"
@click="closeBurgerMenu">
<img
v-if="isMobileNavbarOpen"
v-if="isMobileNavbarOpen || showSearchOnNavbar"
class="mobile-nav-search-btn mr-2"
:src="
isDarkMode
Expand Down

0 comments on commit 72bd5db

Please sign in to comment.