Bob AI: add a third button to hero section with text 'Watc...
This commit is contained in:
@@ -107,7 +107,7 @@ const HeroLogoBillboardSplit = ({
|
||||
/>
|
||||
</div>
|
||||
<div className={cls("flex flex-wrap gap-4", buttonContainerClassName)}>
|
||||
{buttons.slice(0, 2).map((button, index) => (
|
||||
{buttons.slice(0, 3).map((button, index) => (
|
||||
<Button key={`${button.text}-${index}`} {...getButtonProps(button, index, theme.defaultButtonVariant, buttonClassName, buttonTextClassName)} />
|
||||
))}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user