diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2022-12-20 10:52:39 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2022-12-20 10:52:39 +0900 |
| commit | f90617ab07b78a8490c4dfdc1a184ef6a815fa45 (patch) | |
| tree | fa51b29e61c79122d39b0b8b1af25d89dcc61461 /packages/client/src/components/MkModalPageWindow.vue | |
| parent | 12.120.0-alpha.20 (diff) | |
| download | misskey-f90617ab07b78a8490c4dfdc1a184ef6a815fa45.tar.gz misskey-f90617ab07b78a8490c4dfdc1a184ef6a815fa45.tar.bz2 misskey-f90617ab07b78a8490c4dfdc1a184ef6a815fa45.zip | |
:art:
Diffstat (limited to 'packages/client/src/components/MkModalPageWindow.vue')
| -rw-r--r-- | packages/client/src/components/MkModalPageWindow.vue | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/client/src/components/MkModalPageWindow.vue b/packages/client/src/components/MkModalPageWindow.vue index 82b04b6670..fb59e67211 100644 --- a/packages/client/src/components/MkModalPageWindow.vue +++ b/packages/client/src/components/MkModalPageWindow.vue @@ -68,11 +68,11 @@ const contextmenu = $computed(() => { type: 'label', text: path, }, { - icon: 'ti ti-arrows-maximize', + icon: 'ti ti-corner-right-down-double', text: i18n.ts.showInPage, action: expand, }, { - icon: 'ti ti-external-link', + icon: 'ti ti-window-maximize', text: i18n.ts.popout, action: popout, }, null, { |