replaced ti-pin
This commit is contained in:
parent
79df8774da
commit
b4e3217cc2
8 changed files with 10 additions and 9 deletions
|
|
@ -381,7 +381,7 @@ export function getNoteMenu(props: {
|
|||
text: i18n.ts.unpin,
|
||||
action: () => togglePin(false),
|
||||
} : {
|
||||
icon: 'ph-push-pin ph-bold ph-lg',
|
||||
icon: 'ti ti-pin',
|
||||
text: i18n.ts.pin,
|
||||
action: () => togglePin(true),
|
||||
} : undefined,
|
||||
|
|
@ -434,7 +434,7 @@ export function getNoteMenu(props: {
|
|||
});
|
||||
} else {
|
||||
channelChildMenu.push({
|
||||
icon: 'ph-push-pin ph-bold ph-lg',
|
||||
icon: 'ti ti-pin',
|
||||
text: i18n.ts.pin,
|
||||
action: () => os.apiWithDialog('channels/update', {
|
||||
channelId: appearNote.channel!.id,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue