Skip to content

Commit

Permalink
ibmButton attribute value (#3076)
Browse files Browse the repository at this point in the history
ibmButton attribute (directive) needs to value. According the page preview at the top I add `primary`.

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
plachy-jozef and kodiakhq[bot] authored Aug 25, 2022
1 parent 0be5b8a commit 5745f1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/developing/angular-tutorial/step-2.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ We can now add our images and text for each column in the first `Tab` in
design tools and resources, human interface guidelines,
and a vibrant community of contributors.
</p>
<button ibmButton>Learn more</button>
<button ibmButton="primary">Learn more</button>
</div>
<div ibmCol class="cds--offset-lg-1" [columnNumbers]="{'md': 4, 'lg': 8}">
<img
Expand Down

1 comment on commit 5745f1d

@vercel
Copy link

@vercel vercel bot commented on 5745f1d Aug 25, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.