chore(client): tweak client

This commit is contained in:
syuilo 2022-06-29 15:41:06 +09:00
parent 8648308823
commit 4fd386c3dc
5 changed files with 250 additions and 104 deletions

View file

@ -294,7 +294,7 @@ const headerTabs = $computed(() => [{
icon: 'fas fa-share-alt',
}, {
key: 'raw',
title: 'Raw data',
title: 'Raw',
icon: 'fas fa-code',
}].filter(x => x != null));