Skip to content

Commit

Permalink
modifying same placeholder text for mobile nav
Browse files Browse the repository at this point in the history
  • Loading branch information
stephiescastle committed Sep 26, 2024
1 parent 38753b6 commit e21b10c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vue/src/components/NavMobile/NavMobile.vue
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
<!-- search input goes here -->
<NavSearchForm
mobile
:placeholder="themeStore.isEdu ? 'Search JPL Education' : undefined"
class="px-4 my-5"
@submit-form="closeMenu()"
/>
Expand Down

0 comments on commit e21b10c

Please sign in to comment.