diff --git a/app/layouts/default.vue b/app/layouts/default.vue index d2164cc..f673a5f 100644 --- a/app/layouts/default.vue +++ b/app/layouts/default.vue @@ -80,6 +80,12 @@ const items = computed(() => [ active: route.path.startsWith("/kto-sme"), class: "text-lg", }, + { + label: "Recepty", + to: "/recepty", + active: route.path.startsWith("/recepty"), + class: "text-lg", + }, { label: "Pridaj sa", to: "/pridaj-sa", diff --git a/app/pages/recepty.vue b/app/pages/recepty.vue new file mode 100644 index 0000000..3ee8b86 --- /dev/null +++ b/app/pages/recepty.vue @@ -0,0 +1,3 @@ +