1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-25 21:24:14 +02:00

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));