feat: improve the preview effect when note is not found

This commit is contained in:
codytseng
2025-03-08 00:06:31 +08:00
parent accf3319e7
commit 5e3cd04280
14 changed files with 28 additions and 18 deletions

View File

@@ -61,7 +61,7 @@ function EmbeddedNoteNotFound({ noteId, className }: { noteId: string; className
}}
variant="ghost"
>
{isCopied ? <Check /> : <Copy />} Copy note ID
{isCopied ? <Check /> : <Copy />} {t('Copy event ID')}
</Button>
</div>
</div>