From a393a5eb7a384209c277358c2976b561590e068f Mon Sep 17 00:00:00 2001 From: codytseng Date: Tue, 15 Apr 2025 23:07:28 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/NewNotesButton/index.tsx | 4 ++-- src/components/ShowNewButton/index.tsx | 22 ---------------------- 2 files changed, 2 insertions(+), 24 deletions(-) delete mode 100644 src/components/ShowNewButton/index.tsx diff --git a/src/components/NewNotesButton/index.tsx b/src/components/NewNotesButton/index.tsx index 9e6167d4..181beb2a 100644 --- a/src/components/NewNotesButton/index.tsx +++ b/src/components/NewNotesButton/index.tsx @@ -31,14 +31,14 @@ export default function NewNotesButton({ {newEvents.length > 0 && (
-
- ) -}