replaced ti-dots

This commit is contained in:
dakkar 2024-06-21 13:04:54 +01:00
parent b2054a674d
commit 14fbac7ca5
19 changed files with 21 additions and 20 deletions

View file

@ -36,7 +36,7 @@ SPDX-License-Identifier: AGPL-3.0-only
</I18n>
<div :class="$style.renoteInfo">
<button ref="renoteTime" :class="$style.renoteTime" class="_button" @click="showRenoteMenu()">
<i class="ph-dots-three ph-bold ph-lg" :class="$style.renoteMenu"></i>
<i class="ti ti-dots" :class="$style.renoteMenu"></i>
<MkTime :time="note.createdAt"/>
</button>
<span v-if="note.visibility !== 'public'" style="margin-left: 0.5em;" :title="i18n.ts._visibility[note.visibility]">
@ -158,7 +158,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<i class="ph-paperclip ph-bold ph-lg"></i>
</button>
<button ref="menuButton" :class="$style.footerButton" class="_button" @mousedown="showMenu()">
<i class="ph-dots-three ph-bold ph-lg"></i>
<i class="ti ti-dots"></i>
</button>
</footer>
</div>