diff --git a/src/components/note/Note.astro b/src/components/note/Note.astro index 89fda86..80d585e 100644 --- a/src/components/note/Note.astro +++ b/src/components/note/Note.astro @@ -79,7 +79,7 @@ if (modifiedDate && modifiedDate.toDateString() === date.toDateString()) { )} > { - isPreview && note.data.description && note.data.description.trim().length > 0 && ( + !isPreview && note.data.description && note.data.description.trim().length > 0 && (
{note.data.description}