Skip to content

Commit

Permalink
feat: show btn search in sm
Browse files Browse the repository at this point in the history
  • Loading branch information
tachibana-shin authored Dec 12, 2023
1 parent 99b325b commit 5808864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/app/AppHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
/>
<!-- <AppHeaderGithub /> -->
</template>
<template v-else-if="!APP_STANDALONE">
<template v-else>
<q-btn round unelevated class="mr-2" @click="showSearchMB = true">
<q-icon name="search" />
</q-btn>
Expand Down

0 comments on commit 5808864

Please sign in to comment.