From 17f3e21cbe4fc9677c4598bdb3b54ed1264215f3 Mon Sep 17 00:00:00 2001 From: "tangly1024.com" Date: Tue, 11 Jul 2023 16:50:16 +0800 Subject: [PATCH] plog-search --- themes/plog/components/SearchNavBar.js | 14 ++++++++------ themes/plog/index.js | 2 +- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/themes/plog/components/SearchNavBar.js b/themes/plog/components/SearchNavBar.js index 79557cff..c5f1ad84 100644 --- a/themes/plog/components/SearchNavBar.js +++ b/themes/plog/components/SearchNavBar.js @@ -7,11 +7,13 @@ import Tags from './Tags' * @returns */ export default function SearchNavBar(props) { - return (<> -
- -
+ return ( +
+
+ +
- - ) + +
+ ) } diff --git a/themes/plog/index.js b/themes/plog/index.js index de266773..bf6570cc 100644 --- a/themes/plog/index.js +++ b/themes/plog/index.js @@ -147,7 +147,7 @@ const LayoutSearch = props => { }, 100) }, [router.events]) - return } /> + return } /> } /**