From 6b7a3435a56fc840f5f650e96c3e84cabb8a497c Mon Sep 17 00:00:00 2001 From: syuilo Date: Tue, 20 Dec 2022 15:24:31 +0900 Subject: :art: --- packages/client/src/pages/admin/queue.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/client/src/pages/admin/queue.vue') diff --git a/packages/client/src/pages/admin/queue.vue b/packages/client/src/pages/admin/queue.vue index 7ffb8bb7ae..8d19b49fc5 100644 --- a/packages/client/src/pages/admin/queue.vue +++ b/packages/client/src/pages/admin/queue.vue @@ -34,7 +34,7 @@ function clear() { const headerActions = $computed(() => [{ asFullButton: true, - icon: 'fas fa-up-right-from-square', + icon: 'ti ti-external-link', text: i18n.ts.dashboard, handler: () => { window.open(config.url + '/queue', '_blank'); -- cgit v1.2.3-freya