replaced ti-plane-departure

This commit is contained in:
dakkar 2024-06-21 16:36:34 +01:00
parent 721b41a436
commit 180ba9f5df
3 changed files with 4 additions and 3 deletions

View file

@ -5,7 +5,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<template>
<div v-if="user" :class="$style.root">
<i class="ph-airplane-takeoff ph-bold ph-lg" style="margin-right: 8px;"></i>
<i class="ti ti-plane-departure" style="margin-right: 8px;"></i>
{{ i18n.ts.accountMoved }}
<MkMention :class="$style.link" :username="user.username" :host="user.host ?? localHost"/>
</div>