chore(client): tweak style

This commit is contained in:
syuilo 2022-06-29 14:19:40 +09:00
parent 2b1e03cc64
commit 8648308823
3 changed files with 4 additions and 3 deletions

View file

@ -209,7 +209,7 @@ const headerTabs = $computed(() => [{
icon: 'fas fa-users',
}, {
key: 'raw',
title: 'Raw data',
title: 'Raw',
icon: 'fas fa-code',
}]);