Bob AI: swap the order of buttons in hero section
This commit is contained in:
@@ -108,7 +108,7 @@ const HeroLogoBillboardSplit = ({
|
||||
</div>
|
||||
<div className={cls("flex flex-wrap gap-4", buttonContainerClassName)}>
|
||||
{buttons.slice(0, 4).map((button, index) => (
|
||||
<Button key={`${button.text}-${index}`} {...getButtonProps(button, index, theme.defaultButtonVariant, buttonClassName, buttonTextClassName)} />
|
||||
<Button key={`${button.text}-${index}`} {...getButtonProps(buttons[buttons.length - 1 - index], index, theme.defaultButtonVariant, buttonClassName, buttonTextClassName)} />
|
||||
))}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user