replaced ti-users

This commit is contained in:
dakkar 2024-06-21 16:19:13 +01:00
parent 84fd5822bc
commit 527bbd036c
17 changed files with 19 additions and 18 deletions

View file

@ -108,7 +108,7 @@ const headerTabs = computed(() => []);
definePageMetadata(() => ({
title: i18n.ts.accounts,
icon: 'ph-users ph-bold ph-lg',
icon: 'ti ti-users',
}));
</script>

View file

@ -45,7 +45,7 @@ SPDX-License-Identifier: AGPL-3.0-only
</MkFolder>
</FormSection>
<FormSection>
<template #label><i class="ph-users ph-bold ph-lg"></i> {{ i18n.ts._exportOrImport.followingList }}</template>
<template #label><i class="ti ti-users"></i> {{ i18n.ts._exportOrImport.followingList }}</template>
<div class="_gaps_s">
<MkFolder>
<template #label>{{ i18n.ts.export }}</template>
@ -71,7 +71,7 @@ SPDX-License-Identifier: AGPL-3.0-only
</div>
</FormSection>
<FormSection>
<template #label><i class="ph-users ph-bold ph-lg"></i> {{ i18n.ts._exportOrImport.userLists }}</template>
<template #label><i class="ti ti-users"></i> {{ i18n.ts._exportOrImport.userLists }}</template>
<div class="_gaps_s">
<MkFolder>
<template #label>{{ i18n.ts.export }}</template>