replaced ti-exclamation-circle and ti-user-exclamation
This commit is contained in:
@@ -89,6 +89,6 @@ const headerTabs = computed(() => []);
|
||||
|
||||
definePageMetadata(() => ({
|
||||
title: i18n.ts.abuseReports,
|
||||
icon: 'ph-warning-circle ph-bold ph-lg',
|
||||
icon: 'ti ti-exclamation-circle',
|
||||
}));
|
||||
</script>
|
||||
|
||||
@@ -167,7 +167,7 @@ const menuDef = computed(() => [{
|
||||
to: '/admin/ads',
|
||||
active: currentPage.value?.route.name === 'ads',
|
||||
}, {
|
||||
icon: 'ph-warning-circle ph-bold ph-lg',
|
||||
icon: 'ti ti-exclamation-circle',
|
||||
text: i18n.ts.abuseReports,
|
||||
to: '/admin/abuses',
|
||||
active: currentPage.value?.route.name === 'abuses',
|
||||
|
||||
Reference in New Issue
Block a user