replaced ti-apps and a few more
This commit is contained in:
parent
9f8873574c
commit
138127a5b6
17 changed files with 39 additions and 19 deletions
|
|
@ -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">
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue