Skip to content

Commit

Permalink
add APNG
Browse files Browse the repository at this point in the history
  • Loading branch information
bramkragten committed Oct 29, 2024
1 parent a5b674b commit 950cac9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added public/static/images/voice-assistant/update.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export class HaVoiceAssistantSetupStepUpdate extends LitElement {
const progressIsNumeric = stateObj && updateUsesProgress(stateObj);

return html`<div class="content">
<img src="/static/images/voice-assistant/update.gif" />
<img src="/static/images/voice-assistant/update.png" />
<h1>
${stateObj &&
(stateObj.state === "unavailable" || updateIsInstalling(stateObj))
Expand Down

0 comments on commit 950cac9

Please sign in to comment.