summaryrefslogtreecommitdiff
path: root/packages/frontend/src/scripts
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2024-06-21 18:11:47 +0100
committerdakkar <dakkar@thenautilus.net>2024-06-22 15:53:13 +0100
commit0b72513ce57a67f1d9532f78173291ded36b265c (patch)
tree175e4c5bfe689cd4aee2aa14e9a48d36170f2c06 /packages/frontend/src/scripts
parentreplaced ti-hourglass-empty and ti-search (diff)
downloadsharkey-0b72513ce57a67f1d9532f78173291ded36b265c.tar.gz
sharkey-0b72513ce57a67f1d9532f78173291ded36b265c.tar.bz2
sharkey-0b72513ce57a67f1d9532f78173291ded36b265c.zip
replaced ti-external-link
Diffstat (limited to 'packages/frontend/src/scripts')
-rw-r--r--packages/frontend/src/scripts/get-note-menu.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/frontend/src/scripts/get-note-menu.ts b/packages/frontend/src/scripts/get-note-menu.ts
index 9daf4c4505..ca3f8b62a3 100644
--- a/packages/frontend/src/scripts/get-note-menu.ts
+++ b/packages/frontend/src/scripts/get-note-menu.ts
@@ -335,7 +335,7 @@ export function getNoteMenu(props: {
getCopyNoteOriginLinkMenu(appearNote, 'Copy link (Origin)')
: undefined,
(appearNote.url || appearNote.uri) ? {
- icon: 'ph-arrow-square-out ph-bold ph-lg',
+ icon: 'ti ti-external-link',
text: i18n.ts.showOnRemote,
action: () => {
window.open(appearNote.url ?? appearNote.uri, '_blank', 'noopener');
@@ -484,7 +484,7 @@ export function getNoteMenu(props: {
getCopyNoteOriginLinkMenu(appearNote, 'Copy link (Origin)')
: undefined,
(appearNote.url || appearNote.uri) ? {
- icon: 'ph-arrow-square-out ph-bold ph-lg',
+ icon: 'ti ti-external-link',
text: i18n.ts.showOnRemote,
action: () => {
window.open(appearNote.url ?? appearNote.uri, '_blank', 'noopener');