diff options
| author | dakkar <dakkar@thenautilus.net> | 2024-06-21 18:11:47 +0100 |
|---|---|---|
| committer | dakkar <dakkar@thenautilus.net> | 2024-06-22 15:53:13 +0100 |
| commit | 0b72513ce57a67f1d9532f78173291ded36b265c (patch) | |
| tree | 175e4c5bfe689cd4aee2aa14e9a48d36170f2c06 /packages/frontend/src/components/MkPageWindow.vue | |
| parent | replaced ti-hourglass-empty and ti-search (diff) | |
| download | sharkey-0b72513ce57a67f1d9532f78173291ded36b265c.tar.gz sharkey-0b72513ce57a67f1d9532f78173291ded36b265c.tar.bz2 sharkey-0b72513ce57a67f1d9532f78173291ded36b265c.zip | |
replaced ti-external-link
Diffstat (limited to 'packages/frontend/src/components/MkPageWindow.vue')
| -rw-r--r-- | packages/frontend/src/components/MkPageWindow.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/components/MkPageWindow.vue b/packages/frontend/src/components/MkPageWindow.vue index 1e293b6488..4d89a31439 100644 --- a/packages/frontend/src/components/MkPageWindow.vue +++ b/packages/frontend/src/components/MkPageWindow.vue @@ -121,7 +121,7 @@ const contextmenu = computed(() => ([{ text: i18n.ts.popout, action: popout, }, { - icon: 'ph-arrow-square-out ph-bold ph-lg', + icon: 'ti ti-external-link', text: i18n.ts.openInNewTab, action: () => { window.open(url + windowRouter.getCurrentPath(), '_blank', 'noopener'); |