header icon for queue page
This commit is contained in:
parent
094637a4d5
commit
bae4bce8c3
|
@ -323,7 +323,7 @@ dayX: "{day}"
|
||||||
monthX: "{month}"
|
monthX: "{month}"
|
||||||
yearX: "{year}"
|
yearX: "{year}"
|
||||||
pages: "Pages"
|
pages: "Pages"
|
||||||
integration: "Integration"
|
integration: "Integrations"
|
||||||
connectService: "Connect"
|
connectService: "Connect"
|
||||||
disconnectService: "Disconnect"
|
disconnectService: "Disconnect"
|
||||||
enableLocalTimeline: "Enable local timeline"
|
enableLocalTimeline: "Enable local timeline"
|
||||||
|
|
|
@ -43,9 +43,11 @@ const headerActions = $computed(() => [{
|
||||||
const headerTabs = $computed(() => [{
|
const headerTabs = $computed(() => [{
|
||||||
key: 'deliver',
|
key: 'deliver',
|
||||||
title: 'Deliver',
|
title: 'Deliver',
|
||||||
|
icon: 'ph-arrow-square-down ph-bold ph-lg',
|
||||||
}, {
|
}, {
|
||||||
key: 'inbox',
|
key: 'inbox',
|
||||||
title: 'Inbox',
|
title: 'Inbox',
|
||||||
|
icon: 'ph-arrow-square-up ph-bold ph-lg',
|
||||||
}]);
|
}]);
|
||||||
|
|
||||||
definePageMetadata({
|
definePageMetadata({
|
||||||
|
|
Loading…
Reference in New Issue