From 986e1519480395bfe7d47dee44542f932a091a8c Mon Sep 17 00:00:00 2001 From: mroxso <24775431+mroxso@users.noreply.github.com> Date: Mon, 21 Apr 2025 16:28:55 +0200 Subject: [PATCH] Design: Small Design Updates for NoteCard (#91) * fix: remove unnecessary padding from NotePage and KIND20Card components * fix: remove unnecessary class from KIND20Card component --------- Co-authored-by: highperfocused --- app/note/[id]/page.tsx | 2 +- components/KIND20Card.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/note/[id]/page.tsx b/app/note/[id]/page.tsx index 6480d84..60ed90f 100644 --- a/app/note/[id]/page.tsx +++ b/app/note/[id]/page.tsx @@ -26,7 +26,7 @@ export default function NotePage() { -
+
diff --git a/components/KIND20Card.tsx b/components/KIND20Card.tsx index 9b9ea56..d61b56e 100644 --- a/components/KIND20Card.tsx +++ b/components/KIND20Card.tsx @@ -52,7 +52,7 @@ const KIND20Card: React.FC = ({ return ( <> -
+