header icon for queue page

This commit is contained in:
ThatOneCalculator 2023-03-29 12:38:38 -07:00
parent 094637a4d5
commit bae4bce8c3
No known key found for this signature in database
GPG key ID: 8703CACD01000000
2 changed files with 3 additions and 1 deletions

View file

@ -323,7 +323,7 @@ dayX: "{day}"
monthX: "{month}"
yearX: "{year}"
pages: "Pages"
integration: "Integration"
integration: "Integrations"
connectService: "Connect"
disconnectService: "Disconnect"
enableLocalTimeline: "Enable local timeline"

View file

@ -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({