replaced ti-star
This commit is contained in:
parent
7eed0aec69
commit
e17f7b7297
8 changed files with 9 additions and 8 deletions
|
|
@ -357,7 +357,7 @@ export function getNoteMenu(props: {
|
|||
text: i18n.ts.unfavorite,
|
||||
action: () => toggleFavorite(false),
|
||||
} : {
|
||||
icon: 'ph-star ph-bold ph-lg',
|
||||
icon: 'ti ti-star',
|
||||
text: i18n.ts.favorite,
|
||||
action: () => toggleFavorite(true),
|
||||
}),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue