fix: migrated airplane icon

This commit is contained in:
Amelia Yukii 2023-11-07 22:33:06 +01:00 committed by GitHub
parent a1c325a66d
commit 0034271659
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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