replaced ti-chevron-right ti-chevrons-right

This commit is contained in:
dakkar 2024-06-21 12:57:35 +01:00
parent 96ce65dc62
commit b2054a674d
6 changed files with 11 additions and 8 deletions

View file

@ -64,7 +64,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<div style="display: flex; flex-direction: column; gap: 1em;">
<MkKeyValue oneline>
<template #key>{{ i18n.ts.instanceInfo }}</template>
<template #value><MkA :to="`/instance-info/${user.host}`" class="_link">{{ user.host }} <i class="ph-caret-right ph-bold ph-lg"></i></MkA></template>
<template #value><MkA :to="`/instance-info/${user.host}`" class="_link">{{ user.host }} <i class="ti ti-chevron-right"></i></MkA></template>
</MkKeyValue>
<MkKeyValue oneline>
<template #key>{{ i18n.ts.updatedAt }}</template>