replaced ti-apps and a few more

This commit is contained in:
dakkar 2024-06-22 14:16:19 +01:00
parent 9f8873574c
commit 138127a5b6
17 changed files with 39 additions and 19 deletions

View file

@ -5,7 +5,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<template>
<MkContainer>
<template #icon><i class="ph-chart-line ph-bold ph-lg"></i></template>
<template #icon><i class="ti ti-chart-line"></i></template>
<template #header>{{ i18n.ts.activity }}</template>
<template #func="{ buttonStyleClass }">
<button class="_button" :class="buttonStyleClass" @click="showMenu">

View file

@ -91,7 +91,7 @@ const headerTabs = computed(() => user.value ? [{
}, {
key: 'activity',
title: i18n.ts.activity,
icon: 'ph-chart-line ph-bold ph-lg',
icon: 'ti ti-chart-line',
}, ...(user.value.host == null ? [{
key: 'achievements',
title: i18n.ts.achievements,