fix(client): use tabler icons (#9915)
This commit is contained in:
@@ -72,7 +72,7 @@ watch(() => props.antennaId, async () => {
|
||||
}, { immediate: true });
|
||||
|
||||
const headerActions = $computed(() => antenna ? [{
|
||||
icon: 'fas fa-calendar-alt',
|
||||
icon: 'ti ti-calendar-time',
|
||||
text: i18n.ts.jumpToSpecifiedDate,
|
||||
handler: timetravel,
|
||||
}, {
|
||||
|
Reference in New Issue
Block a user