소스 검색

Merge pull request #1877 from pixelfed/staging

Staging
daniel 5 년 전
부모
커밋
44859fa364
3개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. BIN
      public/js/profile.js
  2. BIN
      public/mix-manifest.json
  3. 1 1
      resources/assets/js/components/Profile.vue

BIN
public/js/profile.js


BIN
public/mix-manifest.json


+ 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>