summaryrefslogtreecommitdiff
path: root/packages/frontend/src/pages/admin
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2024-06-21 18:11:47 +0100
committerdakkar <dakkar@thenautilus.net>2024-06-22 15:53:13 +0100
commit0b72513ce57a67f1d9532f78173291ded36b265c (patch)
tree175e4c5bfe689cd4aee2aa14e9a48d36170f2c06 /packages/frontend/src/pages/admin
parentreplaced ti-hourglass-empty and ti-search (diff)
downloadsharkey-0b72513ce57a67f1d9532f78173291ded36b265c.tar.gz
sharkey-0b72513ce57a67f1d9532f78173291ded36b265c.tar.bz2
sharkey-0b72513ce57a67f1d9532f78173291ded36b265c.zip
replaced ti-external-link
Diffstat (limited to 'packages/frontend/src/pages/admin')
-rw-r--r--packages/frontend/src/pages/admin/queue.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/pages/admin/queue.vue b/packages/frontend/src/pages/admin/queue.vue
index bd8704bae6..94eac919d1 100644
--- a/packages/frontend/src/pages/admin/queue.vue
+++ b/packages/frontend/src/pages/admin/queue.vue
@@ -53,7 +53,7 @@ function promoteAllQueues() {
const headerActions = computed(() => [{
asFullButton: true,
- icon: 'ph-arrow-square-out ph-bold ph-lg',
+ icon: 'ti ti-external-link',
text: i18n.ts.dashboard,
handler: () => {
window.open(config.url + '/queue', '_blank', 'noopener');