Skip to content

Commit

Permalink
Merge pull request #20 from team-shahu/revert-19-fix/minimal-remote-icon
Browse files Browse the repository at this point in the history
Revert "fix: すべてローカルのアイコンにならないように"
  • Loading branch information
chan-mai committed Aug 2, 2024
2 parents b2d5f55 + 2f3a9fc commit e6c69c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/components/MkNote.vue
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ SPDX-License-Identifier: AGPL-3.0-only
</div>
<article v-else :class="$style.article" @contextmenu.stop="onContextmenu">
<div v-if="appearNote.channel" :class="$style.colorBar" :style="{ background: appearNote.channel.color }"></div>
<MkInstanceIcon v-if="showInstanceIcon && showTicker" :class="$style.instanceicon" :instance="appearNote.user.instance"/>
<MkInstanceIcon v-if="showInstanceIcon && showTicker" :class="$style.instanceicon"/>
<MkAvatar :class="$style.avatar" :user="appearNote.user" :link="!mock" :preview="!mock"/>
<div :class="$style.main">
<MkNoteHeader :note="appearNote" :mini="true"/>
Expand Down

0 comments on commit e6c69c0

Please sign in to comment.