summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorかっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>2024-04-17 18:29:35 +0900
committerGitHub <noreply@github.com>2024-04-17 18:29:35 +0900
commitea9aa6fdb41d3d5c0611f17fdacedee4861fdd37 (patch)
tree8821346b6818893b3bc4d2f7d80f8eb09922a2ce /packages
parent細かいミュートの処理の修正 (#13695) (diff)
downloadsharkey-ea9aa6fdb41d3d5c0611f17fdacedee4861fdd37.tar.gz
sharkey-ea9aa6fdb41d3d5c0611f17fdacedee4861fdd37.tar.bz2
sharkey-ea9aa6fdb41d3d5c0611f17fdacedee4861fdd37.zip
:art: (ページ表示部上部のボタン順序を変更)
Fix https://github.com/misskey-dev/misskey/pull/13724#discussion_r1568179954
Diffstat (limited to 'packages')
-rw-r--r--packages/frontend/src/pages/page.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/pages/page.vue b/packages/frontend/src/pages/page.vue
index 893c2deebf..e73d032000 100644
--- a/packages/frontend/src/pages/page.vue
+++ b/packages/frontend/src/pages/page.vue
@@ -47,8 +47,8 @@ SPDX-License-Identifier: AGPL-3.0-only
<MkAvatar :user="page.user" :class="$style.avatar" indicator link preview/> <MkA :to="`/@${username}`"><MkUserName :user="page.user" :nowrap="false"/></MkA>
</div>
<div :class="$style.pageBannerTitleSubActions">
- <button v-tooltip="i18n.ts.share" class="_button" :class="$style.generalActionButton" @click="share"><i class="ti ti-share ti-fw"></i></button>
<MkA v-if="page.userId === $i?.id" v-tooltip="i18n.ts._pages.editThisPage" :to="`/pages/edit/${page.id}`" class="_button" :class="$style.generalActionButton"><i class="ti ti-pencil ti-fw"></i></MkA>
+ <button v-tooltip="i18n.ts.share" class="_button" :class="$style.generalActionButton" @click="share"><i class="ti ti-share ti-fw"></i></button>
</div>
</div>
</div>