From e0195499e5f9416a882c555e99ce96450172c34a Mon Sep 17 00:00:00 2001 From: Stefan Zermatten Date: Fri, 21 Dec 2018 10:51:33 +0200 Subject: [PATCH] Fixed broken sidebar links --- app/imports/ui/components/Sidebar.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/imports/ui/components/Sidebar.vue b/app/imports/ui/components/Sidebar.vue index f6a8a446..40159be6 100644 --- a/app/imports/ui/components/Sidebar.vue +++ b/app/imports/ui/components/Sidebar.vue @@ -32,7 +32,7 @@ @@ -50,7 +50,7 @@ @@ -81,8 +81,8 @@ links(){ return [ {title: "Home", icon: "home", to: "/"}, - {title: "Creatures", icon: "group", to: "characterList", vif: Meteor.userId()}, - {title: "Send Feedback", icon: "bug_report", to: "feedback"}, + {title: "Creatures", icon: "group", to: "/characterList", vif: Meteor.userId()}, + {title: "Send Feedback", icon: "bug_report", to: "/feedback"}, {title: "Patreon", icon: "", href: "https://www.patreon.com/dicecloud"}, {title: "Github", icon: "", href: "https://github.com/ThaumRystra/DiceCloud1"}, ];