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 { + sm:border-b-2 xl:border-b-0 sm:border-gray-light + xl:w-64 sm:w-36 sm:text-center xl:text-left"> {{ content }} - \ No newline at end of file + + + \ No newline at end of file
+ sm:border-b-2 xl:border-b-0 sm:border-gray-light + xl:w-64 sm:w-36 sm:text-center xl:text-left"> {{ content }}