mirror of
https://github.com/vercel/commerce.git
synced 2025-07-27 04:01:23 +00:00
bug fixes
This commit is contained in:
@@ -16,8 +16,8 @@ const HeroModule:Module<Fields> = ({ module: {fields }}) => {
|
||||
<Hero
|
||||
headline={fields.title}
|
||||
description={fields.description}
|
||||
ctaText={fields.cTA?.text}
|
||||
ctaUrl={fields.cTA?.href}
|
||||
ctaText={fields.cTA?.text || ""}
|
||||
ctaUrl={fields.cTA?.href || ""}
|
||||
/>
|
||||
)
|
||||
}
|
||||
|
Reference in New Issue
Block a user