Skip to content

Commit

Permalink
Merge branch 'init-branch' into code-review/3
Browse files Browse the repository at this point in the history
  • Loading branch information
devnook authored Jun 5, 2024
2 parents 1a8cba0 + f008885 commit c9b2a5b
Show file tree
Hide file tree
Showing 4 changed files with 137 additions and 70 deletions.
4 changes: 1 addition & 3 deletions baseline-icon.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,7 @@ export default class BaselineIcon extends LitElement {

render() {
return html`
<div
aria-label="Baseline icon support ${this.support}"
class="support-${this.support}"></div>
<div class="support-${this.support}"></div>
`
}
}
Expand Down
Loading

0 comments on commit c9b2a5b

Please sign in to comment.