Skip to content

Commit

Permalink
Fix missing icons (#543)
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob authored Dec 22, 2024
1 parent b328166 commit cd74083
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/install-dialog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ import "./pages/ewt-page-message";
import {
closeIcon,
listItemConsole,
listItemEraseUserData,
listItemFundDevelopment,
listItemHomeAssistant,
listItemInstallIcon,
listItemVisitDevice,
Expand Down Expand Up @@ -279,6 +281,7 @@ export class EwtInstallDialog extends LitElement {
href=${this._manifest.funding_url}
target="_blank"
>
${listItemFundDevelopment}
<div slot="headline">Fund Development</div>
</ew-list-item>
`
Expand All @@ -290,6 +293,7 @@ export class EwtInstallDialog extends LitElement {
class="danger"
@click=${() => this._startInstall(true)}
>
${listItemEraseUserData}
<div slot="headline">Erase User Data</div>
</ew-list-item>
`
Expand Down

0 comments on commit cd74083

Please sign in to comment.