diff options
Diffstat (limited to 'app/src/components')
-rw-r--r-- | app/src/components/Footer.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/components/Footer.vue b/app/src/components/Footer.vue index 9ca60cb..382884d 100644 --- a/app/src/components/Footer.vue +++ b/app/src/components/Footer.vue @@ -2,7 +2,7 @@ <ion-tabs> <ion-router-outlet></ion-router-outlet> <ion-tab-bar slot="bottom"> - <ion-tab-button tab="home" href="/"> + <ion-tab-button tab="home" href="/home"> <div class="t"> <svg xmlns="http://www.w3.org/2000/svg" |