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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user