mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
better icons
This commit is contained in:
parent
34157eba5d
commit
e80578e911
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue