Explorar el Código

Update Profile.vue

Daniel Supernault hace 5 años
padre
commit
46d4aba89c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      resources/assets/js/components/Profile.vue

+ 1 - 1
resources/assets/js/components/Profile.vue

@@ -101,7 +101,7 @@
 									<span class="pl-4" v-if="owner && user.hasOwnProperty('id')">
 										<a class="btn btn-outline-secondary btn-sm" href="/settings/home" style="font-weight: 600;">Edit Profile</a>
 									</span>
-									<span class="pl-4" v-else>
+									<span class="pl-4">
 										<a class="fas fa-ellipsis-h fa-lg text-muted text-decoration-none" href="#" @click.prevent="visitorMenu"></a>
 									</span> 
 								</div>