1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-14 09:55:38 +02:00
This commit is contained in:
syuilo
2022-12-20 15:24:31 +09:00
parent 001b660cbe
commit 6b7a3435a5
15 changed files with 30 additions and 30 deletions

View File

@@ -34,7 +34,7 @@ function clear() {
const headerActions = $computed(() => [{
asFullButton: true,
icon: 'fas fa-up-right-from-square',
icon: 'ti ti-external-link',
text: i18n.ts.dashboard,
handler: () => {
window.open(config.url + '/queue', '_blank');