Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
merefield committed Sep 24, 2023
1 parent 74a96af commit c89dbbb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<button
onclick={{this.click}}
type="button"
class="wizard-subscription-badge {{this.subscription.subscriptionType}}"
title="{{this.title}}"
title={{this.title}}
>
<svg
width="300px"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<a
<button
onclick={{this.click}}
type="button"
class="btn btn-pavilion-support {{this.subscription.subscriptionType}}"
title="{{this.title}}"
title={{this.title}}
>
{{d-icon icon}}{{label}}
</a>
</button>

0 comments on commit c89dbbb

Please sign in to comment.