Merge version_4 into main #3
@@ -113,7 +113,10 @@ const HeroBillboard = ({
|
||||
description={description}
|
||||
tag={tag}
|
||||
tagIcon={tagIcon}
|
||||
buttons={buttons}
|
||||
buttons={buttons?.map((button, index) => ({
|
||||
...button,
|
||||
label: index === 0 ? 'get out of here' : index === 1 ? 'apply to be a member' : button.label,
|
||||
}))}
|
||||
avatars={avatars}
|
||||
avatarText={avatarText}
|
||||
avatarsAbove={true}
|
||||
|
||||
Reference in New Issue
Block a user