summaryrefslogtreecommitdiff
path: root/app/src/components/Footer.vue
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2022-11-12 15:04:53 +0100
committerSanto Cariotti <santo@dcariotti.me>2022-11-12 15:04:53 +0100
commite4e6653f754b6d2857bcf03a89d26c3e24083271 (patch)
tree85032e6d47a3a457dabc6c6afa283ab0ad83c7c3 /app/src/components/Footer.vue
parentf7334552e839ef3d0b31a02cda1bd55a156de53c (diff)
FIx routing for home
Diffstat (limited to 'app/src/components/Footer.vue')
-rw-r--r--app/src/components/Footer.vue2
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"