replaced ti-exclamation-circle and ti-user-exclamation

This commit is contained in:
dakkar 2024-06-21 16:24:29 +01:00
parent 527bbd036c
commit 5409440501
7 changed files with 9 additions and 7 deletions

View file

@ -538,7 +538,7 @@ const headerTabs = computed(() => [{
definePageMetadata(() => ({
title: user.value ? acct(user.value) : i18n.ts.userInfo,
icon: 'ph-warning-circle ph-bold ph-lg',
icon: 'ti ti-user-exclamation',
}));
</script>