Skip to content

Commit

Permalink
CORE: btn view
Browse files Browse the repository at this point in the history
  • Loading branch information
ekachxaidze98 committed Jan 8, 2024
1 parent 2650c02 commit 9894bab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion design-v2/benefits/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ const BenefitsPageTemplate = ({ data }) => {
))}
</div>
<div className={styles.docsBtn}>
<Button href={benefitsData?.HowTo.action?.url} variant="outlined">
<Button href={benefitsData?.HowTo.action?.url} variant="contained">
{benefitsData.HowTo.action.title}
</Button>
</div>
Expand Down

0 comments on commit 9894bab

Please sign in to comment.