diff --git a/src/components/LeftDrawer.vue b/src/components/LeftDrawer.vue new file mode 100644 index 0000000..55caf7c --- /dev/null +++ b/src/components/LeftDrawer.vue @@ -0,0 +1,78 @@ + + + + + + + + + + + Profile + + + + + + + + Boats + + + + + + + + Bookings + + + + + + + + Certifications + + + + + + + + Checklists + + + + + + + Reference + + + + + + + + + diff --git a/src/layouts/MainLayout.vue b/src/layouts/MainLayout.vue index 1a6dd93..4f6e1e4 100644 --- a/src/layouts/MainLayout.vue +++ b/src/layouts/MainLayout.vue @@ -1,5 +1,5 @@ - + OYS Borrow a Boat - Logged in as: {{ loggedInUser.name }} + {{ loggedInUser.name }} - - - Essential Links - - - - + @@ -36,21 +26,11 @@