Skip to content

Commit

Permalink
refactor: update code per Sourcery AI review
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-capsule42 committed Aug 20, 2024
1 parent 7540d9c commit 531d0df
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
# Semantic Release Automated Changelog

# [4.5.0-beta.1](https://github.com/AlaskaAirlines/auro-icon/compare/v4.4.0...v4.5.0-beta.1) (2024-07-19)


### Features

* update to support component theming ([c6fcdb3](https://github.com/AlaskaAirlines/auro-icon/commit/c6fcdb3f1643f0138941303315a283e39e93c8e8)), closes [#124](https://github.com/AlaskaAirlines/auro-icon/issues/124)

# [4.4.0](https://github.com/AlaskaAirlines/auro-icon/compare/v4.3.1...v4.4.0) (2024-07-02)

### Features
Expand Down
2 changes: 1 addition & 1 deletion src/auro-icon.js
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ export class AuroIcon extends BaseIcon {
return html`
<div
class="${classMap(classes)}"
title="${ifDefined(this.title ? this.title : undefined)}">
title="${ifDefined(this.title || undefined)}">
<span aria-hidden="${ifDefined(this.ariaHidden ? this.ariaHidden : true)}" part="svg">
${this.customSvg ? html`
<slot name="svg"></slot>
Expand Down

0 comments on commit 531d0df

Please sign in to comment.