replaced ti-star
This commit is contained in:
@@ -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),
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user