fix: change copy title icon (#817)
Co-authored-by: cesaryuan <cesaryuan@users.noreply.github.com>
This commit is contained in:
parent
e7e930d177
commit
b4fed7801b
|
|
@ -363,7 +363,7 @@ export const useEntryActions = ({
|
|||
{
|
||||
key: "copyTitle",
|
||||
name: t("entry_actions.copy_title"),
|
||||
className: "i-mgc-link-cute-re",
|
||||
className: "i-mingcute-copy-line",
|
||||
hide: !populatedEntry.entries.title,
|
||||
shortcut: shortcuts.entry.copyTitle.key,
|
||||
onClick: () => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue