From 7912a06e825c7d6615d65c508081899e32ad3a28 Mon Sep 17 00:00:00 2001 From: KazooTTT Date: Fri, 14 Feb 2025 18:45:08 +0800 Subject: [PATCH] feat: change the sort of the components --- src/components/note/Note.astro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/note/Note.astro b/src/components/note/Note.astro index 80d585e..0fc192d 100644 --- a/src/components/note/Note.astro +++ b/src/components/note/Note.astro @@ -88,6 +88,8 @@ if (modifiedDate && modifiedDate.toDateString() === date.toDateString()) { + + {!isPreview && } {!isPreview && } { @@ -98,5 +100,4 @@ if (modifiedDate && modifiedDate.toDateString() === date.toDateString()) { ) } - {!isPreview && }