Skip to content

Commit

Permalink
Update site/content/docs/5.3/examples/badges/index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickhlauke authored Dec 10, 2024
1 parent 144cca2 commit a68d3c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/docs/5.3/examples/badges/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<div class="d-flex gap-2 justify-content-center py-5">
<span class="badge d-flex p-2 align-items-center text-bg-primary rounded-pill">
<span class="px-1">Primary 1</span>
<a href="#"><svg class="bi ms-1" width="16" height="16" role="img" aria-label="Delete primary 1"><use xlink:href="#x-circle-fill"/></svg></a>
<a href="#" aria-label="Delete primary 1"><svg class="bi ms-1" width="16" height="16"><use xlink:href="#x-circle-fill"/></svg></a>
</span>
<span class="badge d-flex p-2 align-items-center text-primary-emphasis bg-primary-subtle rounded-pill">
<span class="px-1">Primary 2</span>
Expand Down

0 comments on commit a68d3c4

Please sign in to comment.