diff --git a/apps/operator/components/UiIcon.vue b/apps/operator/components/UiIcon.vue index 266953e..6dd1007 100644 --- a/apps/operator/components/UiIcon.vue +++ b/apps/operator/components/UiIcon.vue @@ -9,7 +9,7 @@ export type IconName = | 'search' | 'bell' | 'logout' | 'chevDown' | 'chevRight' | 'chevLeft' | 'chevUpDown' | 'arrowUp' | 'arrowDown' | 'arrowRight' - | 'external' + | 'external' | 'refresh' withDefaults( defineProps<{ @@ -68,5 +68,6 @@ withDefaults( + diff --git a/apps/operator/pages/audit.vue b/apps/operator/pages/audit.vue index 8060ea2..c6e5544 100644 --- a/apps/operator/pages/audit.vue +++ b/apps/operator/pages/audit.vue @@ -209,7 +209,7 @@ function fmtRelative(iso: string | null | undefined): string { > diff --git a/apps/operator/pages/index.vue b/apps/operator/pages/index.vue index 83ee458..65b6701 100644 --- a/apps/operator/pages/index.vue +++ b/apps/operator/pages/index.vue @@ -61,7 +61,7 @@ function fmtDate(d: string) { >