From 630b44947b6a936f4377db5662180b3b16783282 Mon Sep 17 00:00:00 2001 From: Michael Novotny Date: Tue, 1 Aug 2023 22:56:11 -0500 Subject: [PATCH] Small visual tweaks. --- app/search/page.tsx | 2 +- components/layout/navbar/index.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/search/page.tsx b/app/search/page.tsx index 5f4b60c01..2f7a53bd4 100644 --- a/app/search/page.tsx +++ b/app/search/page.tsx @@ -24,7 +24,7 @@ export default async function SearchPage({ return ( <> {searchValue ? ( -

+

{products.length === 0 ? 'There are no products that match ' : `Showing ${products.length} ${resultsText} for `} diff --git a/components/layout/navbar/index.tsx b/components/layout/navbar/index.tsx index 09341c646..2683942c9 100644 --- a/components/layout/navbar/index.tsx +++ b/components/layout/navbar/index.tsx @@ -30,12 +30,12 @@ export default async function Navbar() { {menu.length ? ( -