Hide 'My Profile' when not authenticated

This commit is contained in:
2024-10-07 13:55:51 -04:00
parent 92c025a344
commit d1762e803c
3 changed files with 35 additions and 28 deletions

View File

@@ -6,7 +6,7 @@
<side-bar></side-bar>
</div>
<div class="flex flex-col pl-60 w-full min-h-screen ">
<div class="pl-60 w-full min-h-screen flex justify-center items-center bg-green">
<router-view></router-view>
</div>