mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
Iterated search experience
This commit is contained in:
@@ -29,8 +29,6 @@ const heroSize = {
|
||||
const Hero = ({ variant, title, text, label, image, link }: HeroProps) => {
|
||||
const heroClass = heroSize[variant as HeroSize] || heroSize.fullScreen;
|
||||
|
||||
console.log(image);
|
||||
|
||||
return (
|
||||
<div
|
||||
className={`relative w-screen ${heroClass} relative flex flex-col justify-end bg-neutral-300 text-high-contrast`}
|
||||
|
Reference in New Issue
Block a user