fix: change copy title icon (#817)

Co-authored-by: cesaryuan <cesaryuan@users.noreply.github.com>
This commit is contained in:
Cesaryuan 2024-10-09 09:57:08 +08:00 committed by GitHub
parent e7e930d177
commit b4fed7801b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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: () => {