From 4b6771c0dd785ba6d6aa2d21c419769c8e19adf0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=98=99=E2=97=A6=20The=20Tablet=20=E2=9D=80=20GamerGirla?= =?UTF-8?q?ndCo=20=E2=97=A6=E2=9D=A7?= Date: Mon, 9 Dec 2024 15:43:44 -0500 Subject: [PATCH] refactor(components): update navbar - unwrap add story button from div and nuxt-link - use `onclick` handler to navigate to the "new story" page - better align the new story button with the rest of the navbar on tablet+ viewports --- components/layouts/navbar.vue | 52 +++++++++++++++++++---------------- 1 file changed, 28 insertions(+), 24 deletions(-) diff --git a/components/layouts/navbar.vue b/components/layouts/navbar.vue index 52e85b5..cda21b6 100644 --- a/components/layouts/navbar.vue +++ b/components/layouts/navbar.vue @@ -1,5 +1,6 @@