Skip to content

Commit

Permalink
fix: update alaska element to match icon updates
Browse files Browse the repository at this point in the history
  • Loading branch information
blackfalcon committed Mar 3, 2021
1 parent 3d57620 commit 003944a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/auro-alaska.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ class AuroAlaska extends BaseIcon {
<div class="util_displayHiddenVisually">
<slot></slot>
</div>
<slot name="icon">${this.svg}</slot>
${this.svg}
</div>
`;
}
Expand Down

0 comments on commit 003944a

Please sign in to comment.