Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 109441eb0e | |||
| afe028f7c2 | |||
| a5ab6f92e1 |
@@ -113,7 +113,10 @@ const HeroBillboard = ({
|
|||||||
description={description}
|
description={description}
|
||||||
tag={tag}
|
tag={tag}
|
||||||
tagIcon={tagIcon}
|
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}
|
avatars={avatars}
|
||||||
avatarText={avatarText}
|
avatarText={avatarText}
|
||||||
avatarsAbove={true}
|
avatarsAbove={true}
|
||||||
|
|||||||
Reference in New Issue
Block a user