From f72c1db5b17bb730ea420bdacf44ed2b1801a0fa Mon Sep 17 00:00:00 2001 From: ajdj100 Date: Thu, 2 May 2024 01:07:39 -0400 Subject: [PATCH] Overhauled the navigation system to resolve a bunch of bugs and weird behaviours. --- .../src/components/navigation/Navbar.vue | 76 ++++++++++++++----- .../src/components/navigation/navitem.vue | 66 ---------------- 2 files changed, 57 insertions(+), 85 deletions(-) delete mode 100644 17th Website/src/components/navigation/navitem.vue diff --git a/17th Website/src/components/navigation/Navbar.vue b/17th Website/src/components/navigation/Navbar.vue index 4b38c8e..24b547e 100644 --- a/17th Website/src/components/navigation/Navbar.vue +++ b/17th Website/src/components/navigation/Navbar.vue @@ -1,20 +1,10 @@ - - - - - \ No newline at end of file