Skip to content

Commit

Permalink
πŸ™„ Final typo fix, sorry (tested this time)
Browse files Browse the repository at this point in the history
  • Loading branch information
micahlt committed Feb 14, 2021
1 parent 9f7e4a7 commit 75d6b06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Tabs.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<ion-label>Search</ion-label>
</ion-tab-button>

<ion-tab-button tab="tab3" href="/tabs/message" @click="openMessages">
<ion-tab-button tab="tab3" href="/tabs/messages" @click="openMessages">
<ion-icon :icon="mailOutline" />
<ion-label>Messages</ion-label>
</ion-tab-button>
Expand Down

0 comments on commit 75d6b06

Please sign in to comment.