replaced ti-clock

This commit is contained in:
dakkar 2024-06-22 12:18:11 +01:00
parent acddf7e149
commit b34a8a9a69
5 changed files with 20 additions and 4 deletions

View file

@ -147,7 +147,7 @@ const menuDef = computed(() => [{
to: '/admin/federation',
active: currentPage.value?.route.name === 'federation',
}, {
icon: 'ph-clock ph-bold ph-lg-play',
icon: 'ti ti-clock-play',
text: i18n.ts.jobQueue,
to: '/admin/queue',
active: currentPage.value?.route.name === 'queue',