Small visual tweaks. (#1137)

This commit is contained in:
Michael Novotny
2023-08-02 09:04:44 -05:00
committed by GitHub
parent 1d5242eef3
commit 0f700e2d07
2 changed files with 3 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ export default async function SearchPage({
return (
<>
{searchValue ? (
<p>
<p className="mb-4">
{products.length === 0
? 'There are no products that match '
: `Showing ${products.length} ${resultsText} for `}