diff --git a/src/components/note/Note.astro b/src/components/note/Note.astro index 75eb8f5..da39828 100644 --- a/src/components/note/Note.astro +++ b/src/components/note/Note.astro @@ -79,12 +79,6 @@ if (modifiedDate && modifiedDate.toDateString() === date.toDateString()) { ) } - { - !isPreview && ( -
- -
- ) - } + {!isPreview && }