From bae4bce8c317f6b23d325e90d755d6c1b09dafdf Mon Sep 17 00:00:00 2001 From: ThatOneCalculator Date: Wed, 29 Mar 2023 12:38:38 -0700 Subject: [PATCH] header icon for queue page --- locales/en-US.yml | 2 +- packages/client/src/pages/admin/queue.vue | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/locales/en-US.yml b/locales/en-US.yml index ee0025cb94..5bc3e01e82 100644 --- a/locales/en-US.yml +++ b/locales/en-US.yml @@ -323,7 +323,7 @@ dayX: "{day}" monthX: "{month}" yearX: "{year}" pages: "Pages" -integration: "Integration" +integration: "Integrations" connectService: "Connect" disconnectService: "Disconnect" enableLocalTimeline: "Enable local timeline" diff --git a/packages/client/src/pages/admin/queue.vue b/packages/client/src/pages/admin/queue.vue index 30fe3fb16d..121b1f7392 100644 --- a/packages/client/src/pages/admin/queue.vue +++ b/packages/client/src/pages/admin/queue.vue @@ -43,9 +43,11 @@ const headerActions = $computed(() => [{ const headerTabs = $computed(() => [{ key: 'deliver', title: 'Deliver', + icon: 'ph-arrow-square-down ph-bold ph-lg', }, { key: 'inbox', title: 'Inbox', + icon: 'ph-arrow-square-up ph-bold ph-lg', }]); definePageMetadata({