From ca7e7da63d5dd7d3c670e0957e2f6ca27264da10 Mon Sep 17 00:00:00 2001 From: YouXam Date: Mon, 9 Dec 2024 14:08:00 +0800 Subject: [PATCH] Fix padding bug Signed-off-by: YouXam --- src/components/logo.tsx | 2 +- src/components/search.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/logo.tsx b/src/components/logo.tsx index 923d5ae..88054bc 100644 --- a/src/components/logo.tsx +++ b/src/components/logo.tsx @@ -8,7 +8,7 @@ export function Logo({ switch (size) { case 0: return ( -

+

byrdocs.org

) diff --git a/src/components/search.tsx b/src/components/search.tsx index 0bc7b14..6d88af8 100644 --- a/src/components/search.tsx +++ b/src/components/search.tsx @@ -153,9 +153,9 @@ export function Search({ onPreview: onLayoutPreview }: { onPreview: (preview: bo } )}>