better icons
This commit is contained in:
parent
181ab5a007
commit
5f5caf1ef4
|
@ -43,11 +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',
|
icon: 'ph-upload ph-bold ph-lg',
|
||||||
}, {
|
}, {
|
||||||
key: 'inbox',
|
key: 'inbox',
|
||||||
title: 'Inbox',
|
title: 'Inbox',
|
||||||
icon: 'ph-arrow-square-up ph-bold ph-lg',
|
icon: 'ph-download ph-bold ph-lg',
|
||||||
}]);
|
}]);
|
||||||
|
|
||||||
definePageMetadata({
|
definePageMetadata({
|
||||||
|
|
Loading…
Reference in New Issue