1
0

replaced ti-trash

This commit is contained in:
dakkar
2024-06-21 17:15:52 +01:00
parent f1bfe9602e
commit dfc5cbd5d7
41 changed files with 44 additions and 43 deletions
@@ -443,7 +443,7 @@ function menu(ev: MouseEvent, profileId: string) {
action: () => save(profileId),
}, { type: 'divider' }, {
text: ts.delete,
icon: 'ph-trash ph-bold ph-lg',
icon: 'ti ti-trash',
action: () => deleteProfile(profileId),
danger: true,
}], (ev.currentTarget ?? ev.target ?? undefined) as unknown as HTMLElement | undefined);