From 09299dad0bde18929e7d7f5c9f6f51545363a6f8 Mon Sep 17 00:00:00 2001 From: Marios Antonoudiou Date: Wed, 20 Dec 2023 20:47:14 +0200 Subject: [PATCH] feat: add top navigation links --- components/introduction.vue | 34 ++++++++++++++++++++++++++-------- components/top-nav.vue | 20 ++++++++++++++++++-- layouts/default.vue | 2 +- 3 files changed, 45 insertions(+), 11 deletions(-) diff --git a/components/introduction.vue b/components/introduction.vue index 4798c86..bfd4ce9 100644 --- a/components/introduction.vue +++ b/components/introduction.vue @@ -1,13 +1,31 @@ diff --git a/layouts/default.vue b/layouts/default.vue index f4839ba..1ab953c 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -4,7 +4,7 @@ useHead({ lang: "en", }, bodyAttrs: { - class: "dark:bg-slate-900", + class: "dark:bg-slate-900 ", }, });