feat: implement new design for button
This commit is contained in:
@@ -24,7 +24,7 @@ export default async function NextLevelBenefitsBlock({
|
||||
<CardGrid variant="twoColumnGrid">
|
||||
{perks.map((perk) => (
|
||||
<article key={perk.id} className={styles.card}>
|
||||
<Button type="button" intent="secondary" disabled>
|
||||
<Button type="button" disabled>
|
||||
<Lock height={16} />
|
||||
Level up to unlock
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user