Skip to content

Commit

Permalink
Add mobile Home button
Browse files Browse the repository at this point in the history
  • Loading branch information
edwh committed Dec 28, 2023
1 parent 1848245 commit a5190f6
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions components/NavbarMobile.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,19 @@
>
<OfflineIndicator v-if="!online" />
<b-button
v-else-if="showBackButton"
ref="mobileNav"
v-if="online && showBackButton"
variant="white"
class="nohover ml-3"
@click="backButton"
to="/"
>
<v-icon icon="home" />
</b-button>
<b-button
v-if="online && showBackButton"
ref="mobileNav"
variant="white"
class="nohover ml-3"
@click="backButton"
>
<v-icon icon="arrow-left" />
</b-button>
Expand Down

0 comments on commit a5190f6

Please sign in to comment.