fix: migrated airplane icon
This commit is contained in:
parent
a1c325a66d
commit
0034271659
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ SPDX-License-Identifier: AGPL-3.0-only
|
|||
|
||||
<template>
|
||||
<div v-if="user" :class="$style.root">
|
||||
<i class="ph-plane-takeoff ph-bold ph-lg" style="margin-right: 8px;"></i>
|
||||
<i class="ph-airplane-takeoff ph-bold ph-lg" style="margin-right: 8px;"></i>
|
||||
{{ i18n.ts.accountMoved }}
|
||||
<MkMention :class="$style.link" :username="user.username" :host="user.host ?? localHost"/>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue