Further improved stylind of profile subnav buttons

fixed an issue with the router not routing to the personnel file page.
This commit is contained in:
ajdj100
2023-09-18 09:45:38 -04:00
parent 1320628fdd
commit b998896947
4 changed files with 13 additions and 7 deletions

View File

@@ -17,7 +17,7 @@ export default {
<template>
<div id="wrapper">
<div>
<profileSubNav link="profile" content="Home"></profileSubNav>
<profileSubNav link="home" content="Home"></profileSubNav>
<profileSubNav link="activityHistory" content="History"></profileSubNav>
<profileSubNav link="shadowbox" content="Shadowbox"></profileSubNav>
</div>
@@ -36,7 +36,7 @@ export default {
<style>
#wrapper {
/* position: fixed; */
position: fixed;
display: flex;
flex-direction: column-reverse;
margin-top: 50px;