|
|
|
|
@ -22,7 +22,7 @@
|
|
|
|
|
/>
|
|
|
|
|
</nav>
|
|
|
|
|
|
|
|
|
|
<!-- <div class="right-actions desktop-only">
|
|
|
|
|
<div class="right-actions desktop-only">
|
|
|
|
|
<router-link
|
|
|
|
|
v-if="!authStore.isAuthenticated"
|
|
|
|
|
to="/login-postulante"
|
|
|
|
|
@ -40,7 +40,7 @@
|
|
|
|
|
Mi Portal
|
|
|
|
|
</a-button>
|
|
|
|
|
</router-link>
|
|
|
|
|
</div> -->
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<a-button class="mobile-menu-btn mobile-only" type="text" @click="drawerOpen = true">
|
|
|
|
|
☰
|
|
|
|
|
@ -81,7 +81,7 @@
|
|
|
|
|
:openKeys="mobileOpenKeys"
|
|
|
|
|
/>
|
|
|
|
|
|
|
|
|
|
<!-- <div class="drawer-auth">
|
|
|
|
|
<div class="drawer-auth">
|
|
|
|
|
<router-link
|
|
|
|
|
v-if="!authStore.isAuthenticated"
|
|
|
|
|
to="/login-postulante"
|
|
|
|
|
@ -105,7 +105,7 @@
|
|
|
|
|
Mi Portal
|
|
|
|
|
</a-button>
|
|
|
|
|
</router-link>
|
|
|
|
|
</div> -->
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</a-drawer>
|
|
|
|
|
</a-layout-header>
|
|
|
|
|
|