From cd463bd1d1d276faac2123ba01de742841849fe2 Mon Sep 17 00:00:00 2001 From: florianfederspiel Date: Mon, 30 Dec 2024 09:30:47 +0100 Subject: [PATCH] Added Billing to Nav --- components/MainNav.vue | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/components/MainNav.vue b/components/MainNav.vue index e752188..61cf0d8 100644 --- a/components/MainNav.vue +++ b/components/MainNav.vue @@ -230,6 +230,11 @@ const links = computed(() => { icon: "i-heroicons-cog-8-tooth", children: [ { + label: "Abrechnung", + to: "https://billing.stripe.com/p/login/cN29Eb32Vdx0gOk288", + icon: "i-heroicons-clipboard-document-list", + target: "_blank" + },{ label: "Nummernkreise", to: "/settings/numberRanges", icon: "i-heroicons-clipboard-document-list" @@ -355,6 +360,7 @@ const links = computed(() => { v-for="child in item.children" class="ml-4" :to="child.to" + :target="child.target" > {{child.label}}