Skip to content

Commit

Permalink
fix(vertical-nav): add missing type attribute to close button (#770)
Browse files Browse the repository at this point in the history
## PR Checklist

Please check if your PR fulfills the following requirements:

- [ ] Tests for the changes have been added (for bug fixes / features)
- [ ] Docs have been added / updated (for bug fixes / features)
- [ ] If applicable, have a visual design approval

## PR Type

What kind of change does this PR introduce?

<!-- Please check the one that applies to this PR using "x". -->

- [x] Bugfix
- [ ] Feature
- [ ] Code style update (formatting, local variables)
- [ ] Refactoring (no functional changes, no api changes)
- [ ] Build related changes
- [ ] CI related changes
- [ ] Documentation content changes
- [ ] Other... Please describe:

## What is the current behavior?

<!-- Please describe the current behavior that you are modifying, or
link to a relevant issue. -->

Issue Number: N/A

## What is the new behavior?

## Does this PR introduce a breaking change?

- [ ] Yes
- [x] No

<!-- If this PR contains a breaking change, please describe the impact
and migration path for existing applications below. -->

## Other information
  • Loading branch information
dangrussell authored Jun 20, 2023
1 parent 8f610fb commit fc044a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects/angular/src/layout/vertical-nav/vertical-nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
<div class="nav-content">
<ng-content></ng-content>
<button
type="button"
(click)="collapsed = false"
class="nav-btn"
aria-hidden="true"
Expand Down

0 comments on commit fc044a3

Please sign in to comment.