summaryrefslogtreecommitdiff
path: root/packages/frontend/src/scripts/get-note-menu.ts
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2024-06-21 16:27:36 +0100
committerdakkar <dakkar@thenautilus.net>2024-06-22 15:53:13 +0100
commitd2b4b2fb9461de5c9debc0a0b322e8dbf9c48c3e (patch)
treefa7d0db728024fbd0ed64e3e31b94bf8d320a216 /packages/frontend/src/scripts/get-note-menu.ts
parentreplaced ti-exclamation-circle and ti-user-exclamation (diff)
downloadsharkey-d2b4b2fb9461de5c9debc0a0b322e8dbf9c48c3e.tar.gz
sharkey-d2b4b2fb9461de5c9debc0a0b322e8dbf9c48c3e.tar.bz2
sharkey-d2b4b2fb9461de5c9debc0a0b322e8dbf9c48c3e.zip
replaced ti-info-circle
Diffstat (limited to 'packages/frontend/src/scripts/get-note-menu.ts')
-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 55f3495fe5..45288f5905 100644
--- a/packages/frontend/src/scripts/get-note-menu.ts
+++ b/packages/frontend/src/scripts/get-note-menu.ts
@@ -323,7 +323,7 @@ export function getNoteMenu(props: {
action: unclip,
}, { type: 'divider' }] : []
), {
- icon: 'ph-info ph-bold ph-lg',
+ icon: 'ti ti-info-circle',
text: i18n.ts.details,
action: openDetail,
}, {
@@ -472,7 +472,7 @@ export function getNoteMenu(props: {
.filter(x => x !== undefined);
} else {
menu = [{
- icon: 'ph-info ph-bold ph-lg',
+ icon: 'ti ti-info-circle',
text: i18n.ts.details,
action: openDetail,
}, {