From 205430caa993c8004a732b4e3afee80b0667e755 Mon Sep 17 00:00:00 2001 From: KazooTTT Date: Sat, 8 Feb 2025 16:47:47 +0800 Subject: [PATCH] fix: dump share buttons --- src/components/note/Note.astro | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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 && }