better icons
This commit is contained in:
parent
181ab5a007
commit
5f5caf1ef4
|
@ -43,11 +43,11 @@ const headerActions = $computed(() => [{
|
|||
const headerTabs = $computed(() => [{
|
||||
key: 'deliver',
|
||||
title: 'Deliver',
|
||||
icon: 'ph-arrow-square-down ph-bold ph-lg',
|
||||
icon: 'ph-upload ph-bold ph-lg',
|
||||
}, {
|
||||
key: 'inbox',
|
||||
title: 'Inbox',
|
||||
icon: 'ph-arrow-square-up ph-bold ph-lg',
|
||||
icon: 'ph-download ph-bold ph-lg',
|
||||
}]);
|
||||
|
||||
definePageMetadata({
|
||||
|
|
Loading…
Reference in New Issue