summaryrefslogtreecommitdiff
path: root/packages/client/src/components/MkModalPageWindow.vue
diff options
context:
space:
mode:
Diffstat (limited to 'packages/client/src/components/MkModalPageWindow.vue')
-rw-r--r--packages/client/src/components/MkModalPageWindow.vue4
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, {