Update umb-button.html (#8145)

Noticed the missing closing bracket on the `<button>`
This commit is contained in:
Lee Kelleher
2020-05-23 16:15:42 +01:00
committed by GitHub
parent 11f8628279
commit 4c16421cbb

View File

@@ -52,7 +52,7 @@
{{vm.buttonLabel}}
<span ng-if="vm.showCaret" class="umb-button__caret caret" aria-hidden="true"></span>
</span>
</button
</button>
</div>