From 21fc11210e22fdf46bf45654a9d272b7896580f7 Mon Sep 17 00:00:00 2001 From: ajdj100 Date: Fri, 7 Jun 2024 00:49:51 -0400 Subject: [PATCH] Updated the subnav system to use router state and finished styling --- .../components/ProfilePage/profileSubNav.vue | 26 ++++++++++++++----- 1 file changed, 20 insertions(+), 6 deletions(-) diff --git a/17th Website/src/components/ProfilePage/profileSubNav.vue b/17th Website/src/components/ProfilePage/profileSubNav.vue index 719caca..b9316b5 100644 --- a/17th Website/src/components/ProfilePage/profileSubNav.vue +++ b/17th Website/src/components/ProfilePage/profileSubNav.vue @@ -2,9 +2,8 @@ import { RouterLink } from 'vue-router' import { Icon } from '@iconify/vue' -const iconName = "carbon:tool-kit" export default { - props: ['link', 'content', 'active'], + props: ['link', 'content'], components: { RouterLink, Icon @@ -20,10 +19,25 @@ export default { \ No newline at end of file + + + \ No newline at end of file