replaced ti-external-link
This commit is contained in:
parent
48d29fa1ae
commit
0b72513ce5
12 changed files with 15 additions and 14 deletions
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue