mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
Small visual tweaks. (#1137)
This commit is contained in:
@@ -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 `}
|
||||
|
Reference in New Issue
Block a user