diff --git a/components/MainNav.vue b/components/MainNav.vue index 0358f79..7299f50 100644 --- a/components/MainNav.vue +++ b/components/MainNav.vue @@ -7,6 +7,12 @@ const route = useRoute() const role = useRole() const links = computed(() => { return [ + ... profileStore.currentTenant === 21 ? [{ + label: "Lieferschein Formular", + to: "https://loar.ma-agrarservice.de/erfassung", + icon: "i-heroicons-rectangle-stack", + target: "_blank", + }] : [], { id: 'dashboard', label: "Dashboard",