diff --git a/app/layouts/default.vue b/app/layouts/default.vue
index d614350..703c3b5 100644
--- a/app/layouts/default.vue
+++ b/app/layouts/default.vue
@@ -1,7 +1,11 @@
- Food Not Bombs Slovensko
+
+
+ Food Not Bombs Slovensko
+
+
@@ -21,7 +25,9 @@
-
+
+
+
@@ -33,36 +39,31 @@ const items = computed(() => [
label: "Kto sme",
to: "/kto-sme",
active: route.path.startsWith("/about"),
+ class: "text-lg",
},
{
label: "Akcie",
to: "/akcie",
active: route.path.startsWith("/akcie"),
+ class: "text-lg",
},
{
label: "Pridaj sa",
to: "/pridaj-sa",
active: route.path.startsWith("/pridaj-sa"),
- },
- {
- label: "Blog",
- to: "/blog",
- active: route.path.startsWith("/blog"),
- },
- {
- label: "Fotky",
- to: "/fotky",
- active: route.path.startsWith("/fotky"),
+ class: "text-lg",
},
{
label: "Kontakt",
to: "/kontakt",
active: route.path.startsWith("/kontakt"),
+ class: "text-lg",
},
{
label: "Food Not Bombs vo svete",
to: "https://foodnotbombs.net/new_site/",
target: "_blank",
+ class: "text-lg",
},
]);
diff --git a/app/layouts/empty.vue b/app/layouts/empty.vue
new file mode 100644
index 0000000..cdf882e
--- /dev/null
+++ b/app/layouts/empty.vue
@@ -0,0 +1,5 @@
+
+
+
+
+
diff --git a/app/pages/index.vue b/app/pages/index.vue
index 4a02232..c99bef5 100644
--- a/app/pages/index.vue
+++ b/app/pages/index.vue
@@ -1,5 +1,3 @@
-
+ Hey!
diff --git a/app/pages/kto-sme.vue b/app/pages/kto-sme.vue
new file mode 100644
index 0000000..09cd6ff
--- /dev/null
+++ b/app/pages/kto-sme.vue
@@ -0,0 +1,3 @@
+
+ Hello world!
+