From 0f700e2d0783642bfc209648cd952ee9fc3fb9d4 Mon Sep 17 00:00:00 2001 From: Michael Novotny Date: Wed, 2 Aug 2023 09:04:44 -0500 Subject: [PATCH] Small visual tweaks. (#1137) --- 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 ? ( -