better icons

This commit is contained in:
ThatOneCalculator 2023-03-29 12:47:25 -07:00
parent 181ab5a007
commit 5f5caf1ef4
No known key found for this signature in database
GPG key ID: 8703CACD01000000

View file

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