1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-06-11 00:44:07 +02:00
Fix #9374
This commit is contained in:
syuilo
2022-12-21 08:39:28 +09:00
parent cae4acfbd3
commit c4603c7a96
14 changed files with 21 additions and 25 deletions

View File

@@ -47,7 +47,7 @@ function onContextmenu(ev) {
os.pageWindow(props.to);
},
}, {
icon: 'ti ti-corner-right-down-double',
icon: 'ti ti-player-eject',
text: i18n.ts.showInPage,
action: () => {
router.push(props.to, 'forcePage');