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